mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
Postfix: enabled new-expression template
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
public class Foo {
|
||||
public Foo() { }
|
||||
void m() {
|
||||
new Foo();<caret>
|
||||
new Foo()<caret>;
|
||||
_a = new Bar();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user