Formatter tests: minor, enhance "IfSpacing" test

This commit is contained in:
Pavel V. Talanov
2014-01-15 19:44:16 +04:00
parent a95a8c0368
commit b404812a77
2 changed files with 14 additions and 0 deletions
@@ -29,4 +29,11 @@ fun f() {
else
3 > 2
if (true) (3) else (4)
if (true) (3) else (4)
if (true) (3)
else (4)
}
+7
View File
@@ -33,4 +33,11 @@ fun f() {
else
3 > 2
if (true)(3)else(4)
if (true) (3) else (4)
if (true)(3)
else(4)
}