mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 13:15:25 +07:00
a test for IDEA-106141 Following Annotation is removed on autocomplete
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class MyClass {
|
||||
String hc = this.<caret>
|
||||
|
||||
@Annotation
|
||||
public void myAnnotatedMethod() {}
|
||||
}
|
||||
Reference in New Issue
Block a user