Files
kotlin-fork/compiler/testData/diagnostics/tests/invalidTargetCrashesCompiler.fir.kt
T
2023-08-01 14:58:52 +00:00

6 lines
119 B
Kotlin
Vendored

// ISSUE: KT-59110
<!WRONG_ANNOTATION_TARGET!>@Target(<!ARGUMENT_TYPE_MISMATCH!>{}<!>)<!>
interface SomeInterface {
}