AnnotationTarget.PACKAGE was dropped
This commit is contained in:
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user