blob: c13c2f95181126625603d4c3153df380ec70040f [file] [log] [blame]
fun foo(vararg x: Int) {}
fun bar() {
foo(<caret>*intArrayOf(1))
}