mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
If array literal type is not delayed and doesn't have any type variables associated with it, let's prefer it over a disjunction to facilitate type propagation through its `Element` type to element expressions. Resolves: rdar://118993030