mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
It breaks cases where there really is a single unlabeled argument of tuple type, like this:
let pairs = [(1, "A"), (2, "B")]
print(pairs.map { $0.0 })