Annotation mapper is introduced to map java annotation targets to kotlin targets + a set of new / fixed tests
This commit is contained in:
+6
-2
@@ -1,4 +1,8 @@
|
||||
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
|
||||
@java.lang.annotation.Retention(RetentionPolicy.CLASS)
|
||||
annotation class my
|
||||
|
||||
Retention(RetentionPolicy.RUNTIME)
|
||||
Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR)
|
||||
annotation class my1
|
||||
Reference in New Issue
Block a user