We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e07ba commit 8641090Copy full SHA for 8641090
lib/Sema/TypeCheckDecl.cpp
@@ -3173,7 +3173,7 @@ class DeclChecker : public DeclVisitor<DeclChecker> {
3173
TAD->getUnderlyingTypeLoc().setInvalidType(TC.Context);
3174
} else if (TAD->getDeclContext()->isGenericContext()) {
3175
TAD->setInterfaceType(
3176
- TC.getInterfaceTypeFromInternalType(TAD->getDeclContext(),
+ TC.getInterfaceTypeFromInternalType(TAD->getDeclContext(),
3177
TAD->getType()));
3178
}
3179
0 commit comments