Files

5 lines
103 B
Kotlin
Vendored

// FIR_IDENTICAL
@Target(AnnotationTarget.CLASS)
annotation class base
@base data class My(val x: Int)