aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr148537/MyAspect.java
blob: a8c54c2fc6fe2f5d1736e80a27d572728e953e9f (plain)
1
2
3
4
5
privileged public aspect MyAspect {

        declare @type : MyClass+ : @MyClass.MyAnnotation;

}