59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
13 lines
123 B
Kotlin
13 lines
123 B
Kotlin
package t
|
|
|
|
class A {
|
|
default object Named {
|
|
val i: Int
|
|
}
|
|
}
|
|
|
|
fun f() {
|
|
<caret>A.Named.i
|
|
}
|
|
|
|
// REF: (t).A |