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
@@ -0,0 +1,19 @@
package foo
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
class TestClass {
class object {
var `else`: Int = 0
fun test() {
testNotRenamed("else", { `else` })
}
}
}
fun box(): String {
TestClass.test()
return "OK"
}