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:
Alexander Udalov
2018-06-19 12:08:18 +02:00
parent 863639c9ab
commit e689733f69
5 changed files with 1 additions and 76 deletions

View File

@@ -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();
}