11 lines
217 B
Kotlin
Vendored
11 lines
217 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
var `continue`: Int = 0
|
|
|
|
fun box(): String {
|
|
testNotRenamed("continue", { `continue` })
|
|
|
|
return "OK"
|
|
} |