blob: 82c0430c1c7ce1e6447e5f90b60218fd37f52b31 [file] [log] [blame]
fun foo(vararg x: Double) {}
fun bar() {
foo(1.0)
}