smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / QualifiedThisInAnonymousConstructor-out.java
blob3a11c07c4089273ec79b7d174e1673312a3890b6
1 public class Foo {
4 new Bar(this)<caret> {}
9 class Bar {
10 Bar(Foo f) {}