IDEA-99331 Complete Statement: incorrectly completes at statement within new array size brackets

This commit is contained in:
peter
2014-01-17 15:33:01 +01:00
parent 3594766293
commit 0b9321bc2f
5 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class Foo {
public void fails() {
boolean[] a = new boolean[f(<caret>
}
}