smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / TypeParametersObjectInheritors.java
blob9a626cb83589c9d1bef4bba86e2d4c64f342c019
1 class CharSequenceX {}
3 class Stringy<S> { }
5 class Tester {
6 void method() { new Stringy<CSX<caret> }