02aafe4262
Also adjust parser testData
11 lines
229 B
Kotlin
Vendored
11 lines
229 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
|