Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
fileStructure
/
constructors.kt
blob: f37eb1c65e5a51ae1419ca79b1256caf579b4d4e [
file
]
class
A
(
val a
:
Int
)
/* DeclarationStructureElement */
{
/* ClassDeclarationStructureElement */
constructor
()
:
this
(
1
)
{
/* DeclarationStructureElement */
}
}