Avatar
Avatar
Miwa / Ensan
@swift-main -Xfrontend -enable-experimental-structural-opaque-types let t: (some Numeric, some Numeric) = (0, 0) print(t) (edited)
swiftNightly BOT 11/10/2021 12:22 PM
exit status: 1 with stderr:<stdin>:1:8: error: '(some Numeric, some Numeric)' contains multiple 'opaque' types, but only one 'opaque' type is supported let t: (some Numeric, some Numeric) = (0, 0) ^ (edited)