Regenerate testData for reservedWords after take was fixed.

This commit is contained in:
Zalim Bashorov
2014-09-27 00:04:18 +04:00
parent 2352085391
commit 916cfb7051
210 changed files with 1475 additions and 1421 deletions
@@ -1,19 +0,0 @@
package foo
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
class TestClass {
class object {
val t: Int = 0
fun test() {
testRenamed("if", { @`if` while (false) {} })
}
}
}
fun box(): String {
TestClass.test()
return "OK"
}