mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
quick fix to convert empty anonymous class to the plain new expression
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove '{}'" "true"
|
||||
|
||||
class X {
|
||||
Object o = new <caret>X();
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
// "Remove '{}'" "true"
|
||||
|
||||
class X {
|
||||
Object o = new <caret>X() {
|
||||
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user