JavaDescriptorResolver: resolve annotation annotated by self
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS)
|
||||
@AnnotatedAnnotation
|
||||
@interface AnnotatedAnnotation {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
[AnnotatedAnnotation]
|
||||
annotation class AnnotatedAnnotation
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace test
|
||||
|
||||
test.AnnotatedAnnotation() final annotation class test.AnnotatedAnnotation : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.AnnotatedAnnotation
|
||||
}
|
||||
Reference in New Issue
Block a user