59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
13 lines
164 B
Kotlin
13 lines
164 B
Kotlin
class Some {
|
|
default object {
|
|
val coProp = 12
|
|
|
|
fun coFun = 12
|
|
}
|
|
|
|
fun some() {
|
|
val a = co<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: coProp, coFun |