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