fun foo(p: Int) { var (v1, v2) = getPair() print(v1) } fun getPair(): Pair = 1 to ""