849b8acbf8
Just in tests that changed after deprecation
11 lines
291 B
Kotlin
11 lines
291 B
Kotlin
class Test {
|
|
@`InnerAnnotation` @InnerAnnotation
|
|
companion object : StaticClass(), <!INACCESSIBLE_OUTER_CLASS_EXPRESSION!><!MANY_CLASSES_IN_SUPERTYPE_LIST!>InnerClass<!>()<!> {
|
|
|
|
}
|
|
|
|
annotation class InnerAnnotation
|
|
open class StaticClass
|
|
|
|
open inner class InnerClass
|
|
} |