mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Follow-up to https://github.com/apple/swift/pull/70148 Just like with arrays it's advantageous to favor dictionary literals over disjunctions to bind the elements together and enable inference across elements and, as a consequence, type pruning. Resolves: rdar://119040159