mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Postfix templates: remove entire expression statement for topLevelExpression-like templates only (IDEA-188667)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(boolean b) {
|
||||
"".arg<caret>;
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(boolean b) {
|
||||
functionCall(""<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user