package foo import inlineFun1.* fun test() { val (a, b) = A() println(a) println(b) }