59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
11 lines
288 B
Kotlin
11 lines
288 B
Kotlin
class Test {
|
|
[`InnerAnnotation`InnerAnnotation]
|
|
default object : StaticClass(), <!INACCESSIBLE_OUTER_CLASS_EXPRESSION!><!MANY_CLASSES_IN_SUPERTYPE_LIST!>InnerClass<!>()<!> {
|
|
|
|
}
|
|
|
|
annotation class InnerAnnotation
|
|
open class StaticClass
|
|
|
|
open inner class InnerClass
|
|
} |