mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-145752 Annotation attribute value: irrelevant completion proposals for boolean attribute (basic completion)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
@interface Foo {
|
||||
MyEnum value();
|
||||
}
|
||||
enum MyEnum { x, y }
|
||||
|
||||
@Foo(<caret>)
|
||||
Reference in New Issue
Block a user