mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Rename mapTypeIntoContext() => mapTypeIntoEnvironment(), mapTypeOutOfContext() => mapTypeOutOfEnvironment()
This commit is contained in:
@@ -325,7 +325,7 @@ private:
|
||||
return;
|
||||
}
|
||||
Type SolutionInterfaceTy =
|
||||
S.simplifyType(S.getType(DeclToResolve))->mapTypeOutOfContext();
|
||||
S.simplifyType(S.getType(DeclToResolve))->mapTypeOutOfEnvironment();
|
||||
|
||||
addResult({/*BaseType=*/nullptr, /*IsDynamicRef=*/false, DeclToResolve,
|
||||
SolutionInterfaceTy});
|
||||
|
||||
Reference in New Issue
Block a user