11 lines
317 B
Kotlin
Vendored
11 lines
317 B
Kotlin
Vendored
class Test {
|
|
@`InnerAnnotation` <!REPEATED_ANNOTATION!>@InnerAnnotation<!>
|
|
companion object : StaticClass(), <!INACCESSIBLE_OUTER_CLASS_EXPRESSION!><!MANY_CLASSES_IN_SUPERTYPE_LIST!>InnerClass<!>()<!> {
|
|
|
|
}
|
|
|
|
annotation class InnerAnnotation
|
|
open class StaticClass
|
|
|
|
open inner class InnerClass
|
|
} |