Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/options/javaKotlinTargetRetentionWithExplicitImport.kt
T
2023-04-21 10:14:05 +00:00

7 lines
171 B
Kotlin
Vendored

// FIR_IDENTICAL
import java.lang.annotation.Target
import java.lang.annotation.ElementType.PACKAGE
<!DEPRECATED_JAVA_ANNOTATION!>@Target(PACKAGE)<!>
annotation class my