blob: 13915f6b95aa3de3dd47baa90f6f1129e40c4536 [file] [log] [blame]
fun foo(vararg x: String) {}
fun bar() {
foo(<caret>*arrayOf("abc", "def"))
}