We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47da9ea commit 2dfee7fCopy full SHA for 2dfee7f
content/unroll-default-arguments.md
@@ -231,7 +231,8 @@ who upgrading the versions of their dependencies. Similar concerns are present w
231
Scala-Native, albeit the failure happens at link-time rather than run-time
232
233
`@unroll` is an annotation that can be applied as follows, to the first "additional" default
234
-parameter that was added (in this case, `b: Boolean = true`)
+parameter that was added in each published version of the library (in this case,
235
+`b: Boolean = true` and `l: Long = 0`)
236
237
238
```scala
0 commit comments