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