20d1d12f3b
This reverts commit 434082cadb.
13 lines
231 B
Kotlin
Vendored
13 lines
231 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
enum class Foo {
|
|
`continue`
|
|
}
|
|
|
|
fun box(): String {
|
|
testNotRenamed("continue", { Foo.`continue` })
|
|
|
|
return "OK"
|
|
} |