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