mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Can't use `ConstraintSystem::addImplicitLoadExpr` because that would only cache types in constraint system and wouldn't propagate them to AST, since that happens in `ExprRewritter::finalize` during regular solution application. `TypeChecker::addImplicitLoadExpr` should be used directly in cases like that. Resolves: rdar://problem/58972627
606 B
606 B