mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Semantically, these expressions handle the same thing: an upcast of a collection when the underlying element types of the source are subtypes of or can be bridged to subtypes of the destination. This reduces some branching in the type checker and eliminates duplication in SILGen. Swift SVN r18865
121 KiB
121 KiB