smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / Annotation2.java
blobf4c8343844faa72a821576ea3ccfa823b869e06a
1 import java.lang.annotation.Retention;
2 @Retention(<caret>)
3 @interface Annotation {