mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Map Kotlin TYPE target to Java TYPE_USE in bytecode
And TYPE_PARAMETER -> TYPE_PARAMETER similarly #KT-23857 Fixed
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@kotlin.annotation.Repeatable
|
||||
@java.lang.annotation.Documented
|
||||
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE)
|
||||
@java.lang.annotation.Target({})
|
||||
@java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE_PARAMETER})
|
||||
public @interface Anno {
|
||||
int i();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user