blob: 20646a7c00ec4641a8b68d4806a6f0f5d497d688 [file] [log] [blame]
fun foo(i: Int) {}
fun foo(a: IntArray) {}
fun foo(a: String, b: Int) {}
fun foo() {}
fun test() {
foo(bar())
}