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,11 @@
package foo
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
class `package` { class object {} }
fun box(): String {
testNotRenamed("package", { `package` })
return "OK"
}