regenerate JS reserved words test
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package foo
|
||||
|
||||
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
||||
|
||||
class TestClass {
|
||||
var arguments: Int = 0
|
||||
|
||||
fun test() {
|
||||
testNotRenamed("arguments", { arguments })
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
TestClass().test()
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user