mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +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