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