Commits

Slava Pestov committed 5e2f7c9cc60
Sema: Harden 'for ... in ...' with existential type Avoid calling lookupMemberType() with an existential base altogether. With the previous resolveTypeInContext() patch, a compiler_crasher regressed and hit this, because the behavior of lookupMemberType() changed to return nullptr in fewer cases.