Postfix: enabled new-expression template

This commit is contained in:
Alexander Zolotov
2013-12-24 15:26:06 +04:00
parent 7af3bf2746
commit 4d61bc17b9
4 changed files with 36 additions and 14 deletions
@@ -1,7 +1,7 @@
public class Foo {
public Foo() { }
void m() {
new Foo();<caret>
new Foo()<caret>;
_a = new Bar();
}
}