[FIR] Support of type arguments in annotations ^KT-48444 Fixed
This commit is contained in:
+1
@@ -458,6 +458,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
|
||||
+field("useSiteTarget", annotationUseSiteTargetType, nullable = true)
|
||||
+field("annotationTypeRef", typeRef).withTransform()
|
||||
+field("argumentMapping", annotationArgumentMapping, withReplace = true)
|
||||
+typeArguments.withTransform()
|
||||
}
|
||||
|
||||
annotationCall.configure {
|
||||
|
||||
Reference in New Issue
Block a user