smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ProtectedAnonymousConstructor-out.java
blob0503b49a92eaf84ccb5f3c048f1d4883958b9138
1 import pkg.Foo;
3 class Bar {
5 public void foo() {
6 new Foo(hashCode())<caret> {}