smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / NoArraysAsListCommonPrefix-out.java
blob117c28da18a8e6a4cd960f4b21be38e0b53ebd2c
1 import java.util.*;
3 class Foo {
5 String[] foo();
6 String[] bar();
8 static {
9 Foo f;
10 List<String> g = Arrays.asList(f.foo());<caret>