blob: 0b43e96a7899acb34f636bf3328ca0413e689307 [file] [log] [blame]
public class X {
@Marker int x() { return 10; };
Zork z;
}
@java.lang.annotation.Target (java.lang.annotation.ElementType.TYPE_PARAMETER)
@interface Marker {}