7 lines
65 B
Kotlin
Vendored
7 lines
65 B
Kotlin
Vendored
annotation class base
|
|
|
|
@base class My {
|
|
@base init {
|
|
}
|
|
}
|