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

11 lines
230 B
Kotlin
Vendored

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