7 lines
79 B
Kotlin
7 lines
79 B
Kotlin
fun Int.foo(<caret>a: Int, b: Int) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
10.foo(b = 1, a = 2)
|
|
} |