mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-163986 Code complete second default array argument in annotation
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
public @interface Category {
|
||||
Class<?>[] value();
|
||||
}
|
||||
@Category({Foo.class,<caret>})
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public @interface Category {
|
||||
Class<?>[] value();
|
||||
}
|
||||
@Category(Foo.class<caret>)
|
||||
Reference in New Issue
Block a user