Skip to main content
summaryrefslogtreecommitdiffstats
blob: 77cf9e82a263f6d9b0bfe5acf8f0bbced947d924 (plain) (blame)
1
2
3
4
5
6
public class CompletionNonEmptyToken1 {
	int zzyy;
	void foo() {
		zzyy
	}
}

Back to the top