94789c50b9
This fixes two named argument intention tests
7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo(n: Int, vararg s: String){}
|
|
|
|
fun bar() {
|
|
<caret>foo(1, "")
|
|
} |