smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / StringConstantInAnno.java
blobfa96439e270a9ff794c372a8631ce514ddba039e
1 @interface Anno {
2 String value();
5 @Anno(A.<caret>)
6 class A {
7 public static final String AAA = "aaa";