Fix formatting in some of test data files.
Adapted from https://github.com/develar/kotlin/commit/a9e0a42fb1347fa8e21c86b5a073ef8a7c873da0.
This commit is contained in:
@@ -5,9 +5,7 @@ val a = object {
|
||||
fun b() = 2
|
||||
}
|
||||
|
||||
fun box() : Boolean {
|
||||
|
||||
|
||||
fun box(): Boolean {
|
||||
if (a.c() != 3) {
|
||||
return false;
|
||||
}
|
||||
@@ -15,6 +13,5 @@ fun box() : Boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user