blob: 2459f858d678130038bb4973791add00b2c404ee [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 4865660
* @summary implement "metadata" (attribute interfaces and program annotations)
* @author gafter
*
* @compile/fail/ref=Z15.out -XDrawDiagnostics Z15.java
*/
@interface An {
String a() default "foo".intern();
}