mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
java postfix templates: add braces for while loop IDEA-153730
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
public class Foo {
|
||||
void m(boolean x) {
|
||||
while (x)<caret>
|
||||
while (x) {
|
||||
<caret>
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
+3
-1
@@ -1,6 +1,8 @@
|
||||
public class Foo {
|
||||
void m(Boolean x) {
|
||||
while (x)<caret>
|
||||
while (x) {
|
||||
<caret>
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user