aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs173/lyor/2/A1.java
blob: 18d7ca8fcdad92db3dab3c485ef60566babd28a9 (plain)
1
2
3
4
5
6
7
8
9
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@interface Foo {}

aspect A1 {
  declare @method: void Intface+.getName(): @Foo;
}