== foo == fun foo(x: Int) { val (a, b) = x a } --------------------- x NEW() a NEW() { val (a, b) = x a } COPY =====================