JVM_IR: correct RetentionPolicy annotation generation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class Runtime
|
||||
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class Source
|
||||
Reference in New Issue
Block a user