a test for IDEA-106141 Following Annotation is removed on autocomplete

This commit is contained in:
peter
2013-05-29 14:36:35 +02:00
parent c9314095fa
commit 5a83ab9b49
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,6 @@
class MyClass {
String hc = this.<caret>
@Annotation
public void myAnnotatedMethod() {}
}