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