Formatter tests: minor, enhance "IfSpacing" test
This commit is contained in:
@@ -29,4 +29,11 @@ fun f() {
|
||||
|
||||
else
|
||||
3 > 2
|
||||
|
||||
if (true) (3) else (4)
|
||||
|
||||
if (true) (3) else (4)
|
||||
|
||||
if (true) (3)
|
||||
else (4)
|
||||
}
|
||||
@@ -33,4 +33,11 @@ fun f() {
|
||||
|
||||
else
|
||||
3 > 2
|
||||
|
||||
if (true)(3)else(4)
|
||||
|
||||
if (true) (3) else (4)
|
||||
|
||||
if (true)(3)
|
||||
else(4)
|
||||
}
|
||||
Reference in New Issue
Block a user