smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / DifferentQualifiers.java
blob2a2c56bd1d3a7570c21539d5aa9a8cfb34a6e79c
1 class Bar {
2 Goo getGoo(int a);
4 class Goo {}
6 class Foo {
7 Bar getBar() {}
8 Bar b;
12 Goo g = <caret>