smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ExcessiveTail.java
blobb444d8ebb76ddee0bec84ad851f3fa7abb3c34a3
1 class HashMap<T,V> {}
3 public class A {
4 private HashMap<String, String> m = new HashMap<String, <selection><caret>Integer</selection>>();