Skip to content

Commit 7094d82

Browse files
committed
Update doc status for by-name parameters
1 parent 6753072 commit 7094d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ title: Installation
2121
- No cross compilation with Scala2
2222
- Support for ScalaTest's `path.FunSpec` removed (help welcome)
2323
- 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

Comments
 (0)