smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / CastWithGenerics.java
blob8e3735ac74cbc5314bdf0ef53c6687db9745cb18
1 public class Aaaaaaa {
3 void foo(Class<? extends Object> c) {}
5 void bar() {
6 foo((<caret>Class.forName("sdd"));