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 85b7230 commit bd3a59dCopy full SHA for bd3a59d
docs/topics/functions.md
@@ -295,7 +295,7 @@ for the call). Infix functions must meet the following requirements:
295
* They must be member functions or [extension functions](extensions.md).
296
* They must have a single parameter.
297
* The parameter must not [accept variable number of arguments](#variable-number-of-arguments-varargs) and must have
298
-no [default value](#parameters-with-default-values).
+no [default value](#parameters-with-default-values-optional-parameters).
299
300
```kotlin
301
infix fun Int.shl(x: Int): Int { ... }
0 commit comments