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