Commits

Chris Lattner committed 23e942f1222
Reimplement the "multi-statement closures require an explicit return type" as a proper error, and change it to not be incorrect. Multi-statement closures *only* need a return type if they cannot be inferred. This fixes: <rdar://problem/22086634> "multi-statement closures require an explicit return type" should be an error not a note Swift SVN r30937