Avatar
@swift-main -Xfrontend -enable-experimental-structural-opaque-types let t: (some Numeric, some Numeric) = (0, 0) print(t) (edited)