Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 70e34ab60eccaf33489b9c37b72bbb04d9613fad (plain) (blame)
1
2
3
4
5
6
public class X {
	public void value() {
		Object o = @Marker int.class;
		Object o2 = @Marker int @Marker[][]@Marker[].class;
	}
}

Back to the top