mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Rename mapTypeIntoContext() => mapTypeIntoEnvironment(), mapTypeOutOfContext() => mapTypeOutOfEnvironment()
This commit is contained in:
@@ -3956,7 +3956,7 @@ private:
|
||||
|
||||
// If we have a contextual type, map out to an interface type.
|
||||
if (type->hasArchetype())
|
||||
type = type->mapTypeOutOfContext();
|
||||
type = type->mapTypeOutOfEnvironment();
|
||||
|
||||
return type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user