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