smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / generics / after6.java
blobd3dad3c95f3dd6890c4e5c9c90bdc18f55e079d7
1 class C{
2 class X<T>{}
4 public <T> X<T> foo(T sdhg);'
7 X<C> dsd = foo(<caret>)