Commits

Doug Gregor committed 1dbbf926607
Add a warning when a closure parameter is followed by defaulted parameters. This finds cases where something that used to be a trailing closure is no longer a trailing closure due to the recent rule change. Swift SVN r25289