Commits
Chris Willmore committed da2e3c4c730
Revert "Only allow labeled parameters with function type to claim trailing closures, as opposed to any unlabeled argument."
The commit broke the PerfTestSuite build:
/Users/buildslave/jenkins/sharedspace/swift-release-asserts/swift/src/tools/swift/benchmark/PerfTestSuite/SingleSource/DollarChain.swift:30:14:
error: missing argument label 'function:' in call
$.tap(beatle, {$0.name = "Beatle"}).color = "Blue"
This reverts commit r23090.
Swift SVN r23093