Commits

Slava Pestov committed 0269e0291e8
Sema: Fix assertion failure if EnumElementPattern is re-typechecked We weren't actually successfully mutating ParentType, so fix that, and also ensure we set ParentType together with the rest of the state. Discovered while writing resilient enum tests.