// ISSUE: KT-58184 data class A(private val p1: Int, private val p2: Int) fun test(a: A) { val (p1, p2) = a // ok, but INVISIBLE_MEMBER is expected }