mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It's possible that TypeChecker::typeCheckStmt has did not propagate `HadError` properly while checking the body of a function, so opaque result checker has to be careful about requesting types from expressions. Resolves: rdar://100066109