smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / TypeArgs1.java
blob7072c14802163e403d71a580c1badd16466a3eb4
1 class List<T> {}
3 public class AA {
4 class Entry {}
7 List<Entry> l = new <caret>