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