smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ProtectedAnonymousConstructor2.java
blob30ee9c0f19293383566ecb43e1be9ac4147a89d9
1 import pkg.Bar;
3 class Goo {
5 public void foo() {
6 new Bar<String>(new ArrL<caret>) {}