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
Make it possible to write expect.that(optionalInt).isPresent(), assertWithMessage(...).that(optionalInt).isPresent(), etc., including for other types besides OptionalInt.
#788