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