mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
Revert "Map Kotlin TYPE target to Java TYPE_USE in bytecode"
This reverts commit d122406dca.
See KT-23857
#KT-24952 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.ElementType.TYPE_PARAMETER})
|
||||
@java.lang.annotation.Target({})
|
||||
public @interface Anno {
|
||||
int i();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user