Commits

Janek Spaderna committed 8bca045718b
[AST] Fail to compute the EnumElementDecl type in case of an ErrorType If the resulting function type contains an ErrorType, this is an indicator that something else is wrong. Bail out in this case. This happened if an enum case was referenced inside the where-clause and treated as a type.