mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Replace some calls to getDeclaredType() with getDeclaredInterfaceType()
This commit is contained in:
@@ -91,7 +91,7 @@ deriveBridgedNSError_enum_nsErrorDomain(
|
||||
// }
|
||||
// }
|
||||
|
||||
auto stringTy = derived.Context.getStringDecl()->getDeclaredType();
|
||||
auto stringTy = derived.Context.getStringDecl()->getDeclaredInterfaceType();
|
||||
|
||||
// Define the property.
|
||||
VarDecl *propDecl;
|
||||
|
||||
Reference in New Issue
Block a user