smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / SuggestToArrayWithNewEmptyArray.java
blobdf8b91247337c6a14e947b4581a7d97fd02011b7
1 import java.util.Collection;
3 class Foo {
5 Collection<Foo> foos() {}
8 Foo[] f = <caret>