File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1251,7 +1251,6 @@ void PotentialBindings::infer(Constraint *constraint) {
1251
1251
case ConstraintKind::FunctionInput:
1252
1252
case ConstraintKind::FunctionResult:
1253
1253
case ConstraintKind::OpaqueUnderlyingType:
1254
- case ConstraintKind::PropertyWrapper:
1255
1254
// Constraints from which we can't do anything.
1256
1255
break ;
1257
1256
@@ -1314,7 +1313,8 @@ void PotentialBindings::infer(Constraint *constraint) {
1314
1313
1315
1314
case ConstraintKind::ValueMember:
1316
1315
case ConstraintKind::UnresolvedValueMember:
1317
- case ConstraintKind::ValueWitness: {
1316
+ case ConstraintKind::ValueWitness:
1317
+ case ConstraintKind::PropertyWrapper: {
1318
1318
// If current type variable represents a member type of some reference,
1319
1319
// it would be bound once member is resolved either to a actual member
1320
1320
// type or to a hole if member couldn't be found.
You can’t perform that action at this time.
0 commit comments