smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / generics / before9.java
bloba2e62aebb8d6d15805525b555b714c5956d4e570
1 class A {
2 <T> void foo(T[] ts) {}
5 foo(new <caret>);