Avatar
@swift-main func twoOpaqueTypes() -> (some Numeric, some Numeric) { return (1, 2) } (edited)