7b91cd0ff3
^KT-57849 ^KT-57949
7 lines
171 B
Kotlin
Vendored
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
|