smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ClassLiteralInAnno1.java
blob15e1ab6577b48a09a52d18233dcaa44e04666f2b
1 @interface Anno {
2 Class<? extends String> value();
4 @Anno(String.cl<caret>)
5 class Foo {}