11 lines
222 B
Kotlin
Vendored
11 lines
222 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
interface eval { companion object {} }
|
|
|
|
fun box(): String {
|
|
testNotRenamed("eval", { eval })
|
|
|
|
return "OK"
|
|
} |