72235b8527
#KT-59677 Fixed
12 lines
313 B
Kotlin
Vendored
12 lines
313 B
Kotlin
Vendored
class Test {
|
|
@`InnerAnnotation` <!REPEATED_ANNOTATION!>@InnerAnnotation<!>
|
|
companion object : StaticClass(), <!INNER_CLASS_CONSTRUCTOR_NO_RECEIVER, MANY_CLASSES_IN_SUPERTYPE_LIST!>InnerClass<!>() {
|
|
|
|
}
|
|
|
|
annotation class InnerAnnotation
|
|
open class StaticClass
|
|
|
|
open inner class InnerClass
|
|
}
|