Files
swift-mirror/validation-test/stdlib
Jordan Rose f42158b12e Revert "[Sema] ban multi-arguments to tuple coercion" (#3922)
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 })
2016-08-01 19:22:19 -07:00
..
2016-07-30 03:50:16 -07:00
2016-07-28 18:45:40 -07:00
2016-07-30 03:50:16 -07:00
2016-07-20 15:01:46 -07:00