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