blob: c3e2c39905cd063f89ca24e93b275ddbbb911398 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
class A(val x: Int, val y: String)
fun foo(a: A) {
a.<!UNRESOLVED_REFERENCE!>component1<!>()
a.<!UNRESOLVED_REFERENCE!>component2<!>()
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, primaryConstructor, propertyDeclaration */