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

11 lines
215 B
Kotlin

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