mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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 })
2.8 KiB
2.8 KiB