smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / ToListWithQualifier.java
blob1e143c2d809eddc7a68cc05a1ee7cd9e543ed9c6
1 import java.util.Collection;
3 class Bar {
4 public static final Foo[] foos();
7 class Foo {
10 Collection<Foo> f = Bar.<caret>