smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / IDEADEV7835-out.java
blob21f8a8e447f9f85997ebad3685ebdc12afb5d8ef
1 import java.util.*;
3 class List<T> {}
5 class Clazz {
7 static void foo(Foo<String> foo) {
8 List<Map.Entry> f = new List<Map.Entry>();