smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / Bug1-out.java
blob3f15d9f6d6411a3c61034093fc2811f87eacce4f
2 public class QQQ {
3 void f(QQQ q) { }
6 new Runnable() {
7 public void run() {
8 f(QQQ.this);<caret>