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 569f3da commit bb18630Copy full SHA for bb18630
docs/topics/functions.md
@@ -312,7 +312,7 @@ for the call). Infix functions must meet the following requirements:
312
no [default value](#parameters-with-default-values-optional-parameters).
313
314
```kotlin
315
-infix fun Int.shl(x: Int): Int { ... }
+infix fun Int.shl(x: Int): Int { /*...*/ }
316
317
// calling the function using the infix notation
318
1 shl 2
0 commit comments