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 25d3b9c commit 3642f67Copy full SHA for 3642f67
docs/topics/extensions.md
@@ -185,7 +185,7 @@ fun main() {
185
```
186
{kotlin-runnable="true" kotlin-min-compiler-version="1.3" id="kotlin-extension-function-nullable-receiver"}
187
188
-### Extension and member functions
+### Extension vs member functions
189
190
Since calling extension functions and member functions uses the same notation, how does the compiler know which one to use?
191
Extension functions are dispatched _statically_, meaning the compiler determines which function to call based on the
0 commit comments