org.aspectj/tests/bugs150/PR90827.aj

7 lines
131 B
Plaintext

// "enum called Enum, annotation called Annotation, etc"
enum Enum {A,B,C}
@interface Annotation {}
aspect Aspect{}
class Class{}