Avatar
Avatar
Miwa / Ensan
@swift-main func twoOpaqueTypes() -> (some Numeric, some Numeric) { return (1, 2) } (edited)
swiftNightly BOT 12/8/2021 8:44 AM
exit status: 1 with stderr:<stdin>:1:26: error: '(some Numeric, some Numeric)' contains multiple 'opaque' types, but only one 'opaque' type is supported func twoOpaqueTypes() -> (some Numeric, some Numeric) { return (1, 2) } ^ (edited)