Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/options/target.kt
T

5 lines
103 B
Kotlin
Vendored

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