5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
fun foo(s: String, b: Boolean){}
|
|
|
|
fun bar() {
|
|
foo("", b = <caret>true)
|
|
} |