20d1d12f3b
This reverts commit 434082cadb.
17 lines
296 B
Kotlin
Vendored
17 lines
296 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
object TestObject {
|
|
val `interface`: Int = 0
|
|
|
|
fun test() {
|
|
testNotRenamed("interface", { `interface` })
|
|
}
|
|
}
|
|
|
|
fun box(): String {
|
|
TestObject.test()
|
|
|
|
return "OK"
|
|
} |