fmonniot / scala3mock

Mocking framework for Scala 3
https://francois.monniot.eu/scala3mock
Other
19 stars 1 forks source link

Add support for by-name parameters #9

Closed fmonniot closed 10 months ago

fmonniot commented 10 months ago

This partially resolve #4. By-name parameters are supported by the library, but there is still a type inference issue when using the when macro and not specifying the type explicitely.