mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Pull preconcurrency adjustment out of getUnopenedTypeOfReference()
This commit is contained in:
@@ -4474,8 +4474,7 @@ public:
|
||||
Type getUnopenedTypeOfReference(VarDecl *value, Type baseType,
|
||||
DeclContext *UseDC,
|
||||
ConstraintLocator *locator,
|
||||
bool wantInterfaceType = false,
|
||||
bool adjustForPreconcurrency = true);
|
||||
bool wantInterfaceType);
|
||||
|
||||
/// Given the opened type and a pile of information about a member reference,
|
||||
/// determine the reference type of the member reference.
|
||||
|
||||
Reference in New Issue
Block a user