[FIR] introduce FirErrorTypeRef.partiallyResolvedTypeRef
^KT-58125
This commit is contained in:
committed by
Space Team
parent
da35f436b3
commit
2cd4ff11f0
+4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user