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

11 lines
209 B
Kotlin

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