849b8acbf8
Just in tests that changed after deprecation
5 lines
223 B
Kotlin
Vendored
5 lines
223 B
Kotlin
Vendored
import java.lang.annotation.*
|
|
|
|
annotation @java.lang.annotation.Retention(RetentionPolicy.CLASS) class my
|
|
annotation Retention(RetentionPolicy.RUNTIME) Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR) class my1
|