mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ConstraintSystem] Add a new contextual purpose - CTP_CaseStmt
This commit is contained in:
@@ -5572,6 +5572,7 @@ bool SolutionApplicationTarget::contextualTypeIsOnlyAHint() const {
|
||||
case CTP_ReturnSingleExpr:
|
||||
case CTP_YieldByValue:
|
||||
case CTP_YieldByReference:
|
||||
case CTP_CaseStmt:
|
||||
case CTP_ThrowStmt:
|
||||
case CTP_EnumCaseRawValue:
|
||||
case CTP_DefaultParameter:
|
||||
|
||||
Reference in New Issue
Block a user