Files
kotlin-fork/js/js.translator/testData/reservedWords/cases/localVarInterface.kt
T

11 lines
217 B
Kotlin

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