Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/options/targets/init.kt
T
2015-09-08 12:11:30 +03:00

7 lines
95 B
Kotlin
Vendored

annotation class base
@base class My {
<!WRONG_ANNOTATION_TARGET!>@base<!> init {
}
}