mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Port getInterfaceType() patterns in libSema
This commit is contained in:
@@ -3264,8 +3264,8 @@ public:
|
||||
// request-ified this goes away.
|
||||
if (!fn->hasInterfaceType()) {
|
||||
assert(fn->isImplicit());
|
||||
S.M->getASTContext().getLazyResolver()->resolveDeclSignature(
|
||||
const_cast<AccessorDecl *>(fn));
|
||||
// FIXME: Remove this one
|
||||
(void)fn->getInterfaceType();
|
||||
}
|
||||
|
||||
using namespace decls_block;
|
||||
|
||||
Reference in New Issue
Block a user