Postfix templates: remove entire expression statement for topLevelExpression-like templates only (IDEA-188667)

This commit is contained in:
Alexander Zolotov
2018-03-22 17:43:52 +03:00
parent fd4e206d39
commit cc65205f71
4 changed files with 19 additions and 3 deletions
@@ -0,0 +1,5 @@
public class Foo {
void m(boolean b) {
"".arg<caret>;
}
}
@@ -0,0 +1,5 @@
public class Foo {
void m(boolean b) {
functionCall(""<caret>);
}
}