You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Causes: Assertion failed: (hasSelfMetadataParam() && "This method can only be called if the " "SILFunction has a self-metadata parameter"), function getSelfMetadataArgument, file /Volumes/Elements/swift-self/swift/include/swift/SIL/SILFunction.h, line 955.
1057
+
1056
1058
// if (isMutablePropertyOrSubscriptOfClass) {
1057
1059
// if (auto prop = dyn_cast_or_null<ValueDecl>
1058
1060
// (dc->getInnermostDeclarationDeclContext()))
@@ -1099,12 +1101,10 @@ static Type diagnoseUnknownType(TypeResolution resolution,
1099
1101
NominalTypeDecl *nominal = nullptr;
1100
1102
if ((nominalDC = dc->getInnermostTypeContext()) &&
0 commit comments