Files

8 lines
163 B
Kotlin
Vendored

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