You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnapplyBinary(add,Int8.max,Int8.max) // expected-error {{arithmetic operation '127 + 127' (on signed 8-bit integer type) results in an overflow}}
357
363
}
358
364
365
+
func testTransparentApplySendable()->Int8{
366
+
returnapplyBinary(sendableAdd,Int8.max,Int8.max) // expected-error {{arithmetic operation '127 + 127' (on signed 8-bit integer type) results in an overflow}}
0 commit comments