Files
kotlin-fork/idea/idea-completion/testData/weighers/smart/MultipleArgsItem.kt
T

10 lines
151 B
Kotlin
Vendored

fun foo(xa: Int, xb: String, xc: Int) {}
fun bar(xb: String, xa: Int, xc: Int) {
foo(<caret>)
}
// ORDER: xa
// ORDER: "xa, xb, xc"
// ORDER: xc