blob: f66d48f9c11dbdca1268d5a609a70bb8e4ec7be6 [file] [log] [blame]
fun foo(vararg x: Double) {}
fun bar() {
foo(*<caret>doubleArrayOf(1.0))
}