59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
package a
|
|
|
|
class Test {
|
|
default object {
|
|
class Some
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
a.Test.Default.Some<caret>
|
|
} |