regenerate JS reserved words test

This commit is contained in:
Dmitry Jemerov
2015-04-24 16:29:26 +02:00
parent b7b5333cb9
commit 702188bbe2
146 changed files with 1036 additions and 968 deletions
@@ -1,17 +0,0 @@
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"
}