smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / generics / before5.java
blob45444b96f395b6ea99d2f6030c5f529d2fb0fe86
1 class A{
2 class Map<U,V>{
3 V get(U u){}
7 String str = new Map<Object, String>().g<caret>