[FIR] introduce FirErrorTypeRef.partiallyResolvedTypeRef

^KT-58125
This commit is contained in:
Ilya Kirillov
2023-05-27 20:55:52 +02:00
committed by Space Team
parent da35f436b3
commit 2cd4ff11f0
5 changed files with 35 additions and 9 deletions
@@ -717,6 +717,10 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
+fieldList("contextReceiverTypeRefs", typeRef)
}
errorTypeRef.configure {
+field("partiallyResolvedTypeRef", typeRef, nullable = true).withTransform()
}
intersectionTypeRef.configure {
+field("leftType", typeRef)
+field("rightType", typeRef)