smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / DefaultAnnoMethodValue.java
blob8553b0bb216bef8831889c3d5fab43c1c167db87
1 enum MyEnum {
2 FOO, BAR;
5 public @interface Foo {
7 MyEnum en() default F<caret>