Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
^