FIR: do not try to calculate annotation call type
Annotation type is used instead
This commit is contained in:
-1
@@ -858,7 +858,6 @@ open class FirBodyResolveTransformer(val session: FirSession, val implicitTypeOn
|
||||
}
|
||||
|
||||
override fun transformAnnotationCall(annotationCall: FirAnnotationCall, data: Any?): CompositeTransformResult<FirStatement> {
|
||||
annotationCall.resultType = annotationCall.annotationTypeRef
|
||||
return (annotationCall.transformChildren(this, data) as FirStatement).compose()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user