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: d582455ae447c2ece992c30d6e114d14f808df47 (plain) (blame)
1
2
3
4
5
package d6;
public class X {
	private static String CONSTANT;
	private int foo;
}

Back to the top