Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0114e07472e7613fb80622821692cfa9e6922f31
/
.
/
compiler
/
testData
/
psi
/
secondaryConstructors
/
anonymousInitializer.kt
blob: d37452470ec6135692b329ca36e9c0cacd154689 [
file
] [
log
] [
blame
]
class
A
{
init
{}
private
init
{}
val x
=
f
()
init
{
x
=
1
}
}