blob: a582ce43115952862f6d60c8c0877dfd91c0c5fe [file] [log] [blame]
package test0034;
enum Bar {
CONSTANT
}
@interface Foo {
Bar value();
}
public @Foo(Bar.CONSTANT) class X {
}