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