Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0f0c985fa4c4e835ff1434908c984769182892d3 (plain) (blame)
1
2
3
class A {
	int[] tab = new int[] {};
}

Back to the top