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