私は継続を実験していましたが、@cpsParam が暗黙の変換を妨害していると思われるケースに遭遇しました。
私は持っている
def v: T @cpsParam[Unit, Unit]
// ...and then later
v must_== 42
// where must_== is from specs/mockito
コンパイラ エラーが発生します。
must_== is not a member of Int @cpsParam[Unit,Unit]
より完全なコード サンプルはgistで入手できます。
私が犯した単純な間違いはありますか?
ありがとう、トファー。