Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3062f41b5364c86756b2c827e7db01e4adc09c65 (plain) (blame)
1
2
3
class X {
	Object classes = new Class<?>[] {};
}

Back to the top