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: 465aa93771a6547c1dc6ae1f09564c3815c7039d (plain) (blame)
1
2
3
4
5
6
public class CompletionKeywordFor4 {
	void foo() {
		#
		fo
	}
}

Back to the top