solyd
Results
1
comments of
solyd
this works for me (am able to refer to PipelineClient as a type): ```scala val tmp = mock[RedisClient] def pipeline(f: tmp.PipelineClient => Any): Option[List[Any]] = { // ... } ```