Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataClasses
/
componentNamedComponent1.kt
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 */