java postfix template: fix example

This commit is contained in:
Andrey Starovoyt
2016-05-13 19:39:09 +03:00
parent 134c9f30e6
commit cc8974e02a
@@ -1,6 +1,8 @@
public class Foo {
void m(boolean x) {
while (x)
while (x) {
}
return;
}
}