Sam Cooper

Results 2 issues of Sam Cooper

The `shift` function in `EffectScope` and `EagerEffectScope` is currently declared as ```kotlin suspend fun shift(r: R): B ``` Instead it could be declared as ```kotlin suspend fun shift(r: R): Nothing...

2.0.0

### Expected Behavior When using `coVerify` to verify a call to a higher-order function, I can use `any()` in place of the lambda parameter. ### Current Behavior Using `coVerify` with...

bug
ByteBuddy bug
coroutines