mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
ba8e86d2fb
An over-eager assertion in ModuleFile::maybeReadGenericParams() rejected deserialization into the context of a generic subscript for a generic parameter within one of its accessors. Weaken the assertion; the DeclContext of the generic parameter will be overwritten with the correct context later. Fixes rdar://problem/37408205.