mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 21:00:59 +07:00
IDEA-99331 Complete Statement: incorrectly completes at statement within new array size brackets
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
public void fails() {
|
||||
boolean[] a = new boolean[f(<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user