Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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
^