summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/PR90827.aj
blob: e7fd047cc852fda4fec4e6b215e04e46b1743bf0 (plain)
1
2
3
4
5
6
// "enum called Enum, annotation called Annotation, etc"

enum Enum {A,B,C}
@interface Annotation {}
aspect Aspect{}
class Class{}