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
@@ -3,9 +3,7 @@ package foo
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
class TestClass {
fun NaN() {
NaN()
}
fun NaN() { NaN() }
fun test() {
testNotRenamed("NaN", { ::NaN })
@@ -16,4 +14,4 @@ fun box(): String {
TestClass().test()
return "OK"
}
}