Commits

Jacob Bandes-Storch committed 824c1c043b9
[Sema] Fix crash in addCurriedSelfType isGenericContext() returning true doesn’t necessarily imply that getGenericSignature() returns non-null. getGenericSignatureOfContext() performs a traversal equivalent to isGenericContext(), so we use it instead.