Files
kotlin-fork/idea/testData/intentions/addNamesToCallArguments/simple.kt
T
2016-12-02 14:14:08 +03:00

5 lines
72 B
Kotlin
Vendored

fun foo(s: String, b: Boolean){}
fun bar() {
<caret>foo("", true)
}