[FIR] Add transformAnnotationTypeRef to FirAnnotationCall
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
|
||||
|
||||
annotationCall.configure {
|
||||
+field("useSiteTarget", annotationUseSiteTargetType, nullable = true)
|
||||
+field("annotationTypeRef", typeRef)
|
||||
+field("annotationTypeRef", typeRef).withTransform()
|
||||
+booleanField("resolved", withReplace = true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user