Minor: fix testdata files which were accidentally reformatted

This commit is contained in:
Zalim Bashorov
2015-09-23 18:18:08 +03:00
parent 2c952dcc22
commit 967c8eae2e
88 changed files with 220 additions and 364 deletions
@@ -4,9 +4,9 @@ package foo
class TestClass {
fun foo(`true`: String) {
assertEquals("123", `true`)
testRenamed("true", { `true` })
}
assertEquals("123", `true`)
testRenamed("true", { `true` })
}
fun test() {
foo("123")
@@ -17,4 +17,4 @@ fun box(): String {
TestClass().test()
return "OK"
}
}