blob: 8aeb5dca6f88020ec8df08d078eca897561a0eb6 [file]
class Test {
@`InnerAnnotation` <!REPEATED_ANNOTATION!>@InnerAnnotation<!>
companion object : StaticClass(), <!MANY_CLASSES_IN_SUPERTYPE_LIST, UNRESOLVED_REFERENCE!>InnerClass<!>() {
}
annotation class InnerAnnotation
open class StaticClass
open inner class InnerClass
}