smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / Annotation6.java
blob15838a2cd649e543dcf6c71f02e88048e7c78eaf
1 import java.lang.annotation.Target;
3 @Target(<caret>)
4 public @interface Test {