59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
13 lines
163 B
Kotlin
13 lines
163 B
Kotlin
package a
|
|
|
|
class A {
|
|
default object Named {
|
|
val i: Int
|
|
}
|
|
}
|
|
|
|
fun main(args: Array<String>) {
|
|
A.Na<caret>med.i
|
|
}
|
|
|
|
// REF: default object of (a).A |