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: c6b5d3c5cda1a8998662d1b504bdaf5d37f13e9f (plain) (blame)
1
2
3
4
5
6
public class CompletionKeywordDefault9 {
	void foo(){
		#
		def
	}
}

Back to the top