Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/options/targets/init.fir.kt
T

7 lines
65 B
Kotlin
Vendored

annotation class base
@base class My {
@base init {
}
}