mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
surround with quotes in annotation params work for unresolved refs
IDEA-188826
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Surround annotation parameter value with quotes" "true"
|
||||
class X {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
void m() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
// "Surround annotation parameter value with quotes" "true"
|
||||
class X {
|
||||
|
||||
@SuppressWarnings(unu<caret>sed)
|
||||
void m() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user