mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-144489 "Complete current statement" creates broken code - missing closing paren on method invocation
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Main {
|
||||
public void test() {
|
||||
double[] d = new double[si<caret>];
|
||||
}
|
||||
|
||||
int size();
|
||||
int size2();
|
||||
}
|
||||
Reference in New Issue
Block a user