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
Copy file name to clipboardExpand all lines: docs/user-guide/installation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,4 @@ title: Installation
21
21
- No cross compilation with Scala2
22
22
- Support for ScalaTest's `path.FunSpec` removed (help welcome)
23
23
- Support for inner types ([help welcome](https://github.com/fmonniot/scala3mock/issues/3))
24
-
-Support for by-name parameters ([help welcome](https://github.com/fmonniot/scala3mock/issues/4))
24
+
-By-name parameters ([help welcome](https://github.com/fmonniot/scala3mock/issues/4)) currently have issues with type inference, but work fine when fully specifiying types when defining the expectations (eg. `when[String, Int](mock.function).expects("val").returns(1)`)
0 commit comments