blob: ebc19a37d5add7877093678aa7051aaee720b8cb [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 {
}