AnnotationTarget.PACKAGE was dropped

This commit is contained in:
Mikhail Glukhikh
2015-09-02 18:09:43 +03:00
parent c836060f3a
commit 699f1e0a70
13 changed files with 4 additions and 35 deletions
@@ -1,5 +0,0 @@
@pck package test;
@pck class My {
}
@@ -1,2 +0,0 @@
package-info.java:3:1:compiler.err.annotation.type.not.applicable
@@ -1,4 +0,0 @@
package test
target(AnnotationTarget.PACKAGE)
annotation class pck
@@ -1,8 +0,0 @@
package test
test.pck() public/*package*/ interface `package-info` {
}
kotlin.annotation.target(allowedTargets = {AnnotationTarget.PACKAGE}) kotlin.annotation.annotation() internal final class pck : kotlin.Annotation {
public constructor pck()
}