Commits

Doug Gregor committed e8b29aea023
Allow a closure after the first selector piece. This allows code such as obj.closure { return 0 } onError { println("error") } to parse appropriately. The only other functionality change here is that we no longer allow the use of a trailing closure within the condition of a C-style for loop, because it did awful things to recovery. I doubt we'll miss it. Swift SVN r13823