Commits

Dmitri Hrybenko committed cfe695166ac
Parser: if we parsed a bare closure as an expression, it will be a discarded value expression and the type checker will complain anyway. Instead, recover by unwrapping the BraceStmt that is contained inside, and produce a specialized diagnostic. Swift SVN r7680