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