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
I'd like to know if I'm not understanding the usage correctly. My situation is that after mapping on a TryAssert, I get an inaccessible abstract AbstractTryAssert, which doesn't let me continue chaining assertions.
Hi,
I'd like to know if I'm not understanding the usage correctly. My situation is that after mapping on a
TryAssert
, I get an inaccessible abstractAbstractTryAssert
, which doesn't let me continue chaining assertions.What I'm trying to do...
It seems that this doesn't compile because
AbstractTryAssert.map
returnsAbstractTryAssert
instead ofSELF
.Is this a quick fix? Are you accepting pull requests?
The text was updated successfully, but these errors were encountered: