smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / CommaDoublePenetration.java
blobd3fa180ad98ebdb9397ec2fc6c04f1beb675f976
1 public abstract class Zzz {
4 foo(<caret>)
7 int aaaa() {}
9 void foo(int a) {}
10 void foo(int a, String b) {}