swift
165b4ba5 - [Sema] Introduce PreCheckReturnStmtRequest

Commit
2 years ago
[Sema] Introduce PreCheckReturnStmtRequest Factor out some type-checking logic for ReturnStmt, including the conversion to FailStmt, into a request. We can then invoke this request from both the regular type-checking path, as well as during a pre-check of an expression.
Author
Committer
Parents
Loading