Introduction of AnnotationTarget.CLASS as a replacement for CLASSIFIER (first step)

This commit is contained in:
Mikhail Glukhikh
2015-09-11 15:33:47 +03:00
parent 8b970cd186
commit 3770e7f49f
28 changed files with 53 additions and 50 deletions
@@ -1,6 +1,6 @@
package
java.lang.annotation.Target(value = {ElementType.PACKAGE}) kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASSIFIER}) kotlin.annotation.annotation() public final class my : kotlin.Annotation {
java.lang.annotation.Target(value = {ElementType.PACKAGE}) kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS}) kotlin.annotation.annotation() public final class my : kotlin.Annotation {
public constructor my()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int