JavaDescriptorResolver: resolve annotation annotated by self

This commit is contained in:
Stepan Koltsov
2012-04-19 14:05:38 +04:00
parent 4272e50d67
commit cd8e275cf4
5 changed files with 28 additions and 3 deletions
@@ -0,0 +1,5 @@
namespace test
test.AnnotatedAnnotation() final annotation class test.AnnotatedAnnotation : jet.Any {
final /*constructor*/ fun <init>(): test.AnnotatedAnnotation
}