11 lines
215 B
Kotlin
Vendored
11 lines
215 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
enum class `this` { foo }
|
|
|
|
fun box(): String {
|
|
testNotRenamed("this", { `this`.foo })
|
|
|
|
return "OK"
|
|
} |