mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
java completion: don't suggest class keywords in array variable initializer (IDEA-CR-23174)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class MyTest {
|
||||
void foo() {
|
||||
String[] a = new String[]{
|
||||
<caret> "a",
|
||||
"b"};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user