Fix formatting in some of test data files.
Adapted from https://github.com/develar/kotlin/commit/a9e0a42fb1347fa8e21c86b5a073ef8a7c873da0.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
|
||||
fun f() : Boolean {
|
||||
|
||||
fun f(): Boolean {
|
||||
object t {
|
||||
val c = true;
|
||||
}
|
||||
@@ -12,7 +10,6 @@ class A() {
|
||||
}
|
||||
return t.c && z.c
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun box() = A().f();
|
||||
|
||||
Reference in New Issue
Block a user