Skip to main content
summaryrefslogtreecommitdiffstats
blob: 699a5e61fabbe1f31827001ad0731582c07b9d73 (plain) (blame)
1
2
3
4
5
6
7
8
public class CompletionEmptyTypeName3 {
	void foo() {
		CompletionEmptyTypeName2 x = 
	}
   class CompletionEmptyTypeName3_1 {}
}
class CompletionEmptyTypeName3_2 {
}

Back to the top