smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / SuggestToArrayWithNewNonEmptyArray.java
blob9ca7a674a116dba316f244e471687a9f3cb80f38
1 import java.util.Collection;
3 class Foo {
6 Collection<Foo> foos;
7 Foo[] f = <caret>