4 lines
86 B
Kotlin
Vendored
4 lines
86 B
Kotlin
Vendored
@Target(AnnotationTarget.CLASS)
|
|
annotation class base
|
|
|
|
@base data class My(val x: Int) |