Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
psi
/
secondaryConstructors
/
recoveryWrongDelegationName.kt
blob: 17884cdbd6e60e57858b3672aa9f2eae3c531ed2 [
file
] [
log
] [
blame
]
class
A
{
constructor
()
:
superr
(
1
,
2
)
{}
val x
:
Int
}
val x
:
Int
=
1