Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataClasses
/
componentNamedComponent1.kt
blob: 8f751a14ef2cf6d4641c1378038a921b3bf72931 [
file
]
// FIR_IDENTICAL
data
class
A
(
val component1
:
Int
)
fun foo
(
a
:
A
)
{
a
.
component1
()
a
.
component1
}