mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
don't add annotation attribute braces when typing comma inside string (IDEA-177182)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
public @interface Category {
|
||||
String[] value();
|
||||
}
|
||||
@Category("foo,<caret>")
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public @interface Category {
|
||||
String[] value();
|
||||
}
|
||||
@Category("foo<caret>")
|
||||
Reference in New Issue
Block a user