blob: a715a4f4959a74bdcd13d7db65964570fc86cac7 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
data class A(val component1: Int)
fun foo(a: A) {
a.component1()
a.component1
}
/* GENERATED_FIR_TAGS: classDeclaration, data, functionDeclaration, primaryConstructor, propertyDeclaration */