Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: a9265187773a9bcdb17c16d33c4060e8bea6aaf5 (plain) (blame)
1
2
3
4
package p;
public class A {
	int[] tab = new int[]{ };
}

Back to the top