Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
cfg-variables
/
basic
/
InitializedNotDeclared.kt
blob: 6abddc6374bd3c7aaf4f1abcef0b0989953f061c [
file
] [
log
] [
blame
]
class
A
{
init
{
x
=
1
}
val x
:
Int
}