7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
annotation class base
|
|
|
|
@base class My {
|
|
<!WRONG_ANNOTATION_TARGET!>@base<!> init {
|
|
}
|
|
}
|