[FIR] Add transformAnnotationTypeRef to FirAnnotationCall

This commit is contained in:
Dmitriy Novozhilov
2020-04-28 13:12:25 +03:00
parent ab2177f8a4
commit f9c37cfa6c
3 changed files with 9 additions and 2 deletions
@@ -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)
}