Files
kotlin-fork/js/js.translator/testData/reservedWords/cases/localValInstanceof.kt
T
2015-09-22 15:00:38 +02:00

11 lines
220 B
Kotlin
Vendored

package foo
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
fun box(): String {
val instanceof: Int = 0
testRenamed("instanceof", { instanceof })
return "OK"
}