8a545f05de
See more in KT-20171
8 lines
138 B
Kotlin
Vendored
8 lines
138 B
Kotlin
Vendored
// "Surround with *arrayOf(...)" "true"
|
|
// LANGUAGE_VERSION: 1.2
|
|
|
|
fun foo(vararg s: String) {}
|
|
|
|
fun test() {
|
|
foo(s = <caret>"value")
|
|
} |