Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */