59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
19 lines
321 B
Kotlin
19 lines
321 B
Kotlin
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
class TestClass {
|
|
default object {
|
|
var `else`: Int = 0
|
|
|
|
fun test() {
|
|
testNotRenamed("else", { `else` })
|
|
}
|
|
}
|
|
}
|
|
|
|
fun box(): String {
|
|
TestClass.test()
|
|
|
|
return "OK"
|
|
} |