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