blob: f5d0ada181de793da8bf2811cc6ff71a511aeb1c [file]
// FIR_IDENTICAL
class A(val x: Int, val y: String)
fun foo(a: A) {
a.<!UNRESOLVED_REFERENCE!>component1<!>()
a.<!UNRESOLVED_REFERENCE!>component2<!>()
}