Commits

Chris Willmore committed 5d7004a0e19
hasSingleExpressionBody() returns true for void-coercion closures Have ClosureExpr::hasSingleExpressionBody() return true even after the closure has been coerced to return Void, i.e., { E } has been rewritten as { E; () }. This fixes some implicit-self diagnostics, and probably others. Revision to r31654 for 22441425. Swift SVN r31665