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.

summaryrefslogblamecommitdiffstats
blob: 74a439150d52dbb6ed8db5b64510736e9dd57981 (plain) (tree)
1
2
3
4
5
6
7






                                      
public class CompletionKeywordNew15 {
	public class X{}
	void foo(){
		#
		this.ne X()
	}
}

Back to the top