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: d1a111c3e157536ca03fe819614a31279ed0cb44 (plain) (blame)
1
2
3
4
5
public class CorrectLocalVariableType1 {
	void foo(){
		aaa.dddz.AClass local;
	}
}

Back to the top