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