mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Sema: Remove even more vestigial TypeChecker usages
This commit is contained in:
@@ -6071,7 +6071,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyMemberConstraint(
|
||||
auto innerTV = createTypeVariable(locator,
|
||||
TVO_CanBindToLValue |
|
||||
TVO_CanBindToNoEscape);
|
||||
Type optTy = getTypeChecker().getOptionalType(SourceLoc(), innerTV);
|
||||
Type optTy = TypeChecker::getOptionalType(SourceLoc(), innerTV);
|
||||
SmallVector<Constraint *, 2> optionalities;
|
||||
auto nonoptionalResult = Constraint::createFixed(
|
||||
*this, ConstraintKind::Bind,
|
||||
|
||||
Reference in New Issue
Block a user