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: b1cf77ce5e6d22225d56b33a92e488e174ab402b (plain) (blame)
1
2
3
4
5
6
7
8
9
public class CompletionUnaryOperator1 {
	int var1;
	boolean var2;
	Object var3;
	
	void foo() {
		int i = -var
	}
}

Back to the top