smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / Annotation4.java
blobdd32bc11cfd2973c393c718f51c15ecef2600fc1
1 @interface Join {
2 boolean nestedLoops();
5 @Join(nestedLoops = <caret> )
6 @interface Annotation {