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: 55de39e9f03b5ad7ac737ae5db83d2955639318d (plain) (blame)
1
2
3
4
5
6
public class A {
	void foo() {
		AliasLabelType ALLOWANCE_TAB_COMMAND_DELETE;
		ALLOWANCE_TAB_COMMAND_DELETE = new AliasLabelType("ALLOWANCE_TAB_COMMAND_DELETE");
	}
}

Back to the top