5a1a23afac
^KT-59874
8 lines
112 B
Kotlin
Vendored
8 lines
112 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
annotation class base
|
|
|
|
@base class My {
|
|
<!WRONG_ANNOTATION_TARGET!>@base<!> init {
|
|
}
|
|
}
|