Files
kotlin-fork/js/js.translator/testData/reservedWords/cases/localLabelFalse.kt
T
2015-12-09 17:10:30 +03:00

11 lines
221 B
Kotlin
Vendored

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