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: 643df91b9ef53b9b226c90254155a0627c01e388 (plain) (blame)
1
2
3
class A {
    int[] tab = new int[] { };
}

Back to the top