[FIR] Don't create delegating constructor call to kotlin.Annotation
This commit is contained in:
+4
-1
@@ -397,7 +397,10 @@ class DeclarationsConverter(
|
||||
isNullable = false
|
||||
)
|
||||
)
|
||||
modifiers.isAnnotation() && (classKind == ClassKind.ANNOTATION_CLASS) -> implicitAnnotationType
|
||||
modifiers.isAnnotation() && (classKind == ClassKind.ANNOTATION_CLASS) -> {
|
||||
superTypeRefs += implicitAnnotationType
|
||||
implicitAnyType
|
||||
}
|
||||
else -> implicitAnyType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user