mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
i.e for:
enum Indirect<T> {
indirect cast payload(first: T, second :T)
}
let _ = Indirect<X>
The payload's SIL box type will be:
$<t_0_0> { var (first: t_0_0, second: t_0_0) } <X>
rdar: //36799330
13 KiB
13 KiB