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