Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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
}