Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
repl
/
controlFlow
/
useUninitializedVal.repl
blob: d644dedfa21e0763c2361d8002ce14a90dfa7bce [
file
]
>>>
val a
:
String
error
:
property
must be initialized
or
be
abstract
val a
:
String
^
>>>
a
error
:
unresolved reference
:
a
a
^
>>>
val s
:
String
=
s
error
:
variable
's'
must be initialized
val s
:
String
=
s
^