Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
cfg-variables
/
basic
/
IfWithUninitialized.kt
blob: 1d749efb75b2b371acc00916ec36fa9a7f0def89 [
file
]
fun foo
()
{
val b
:
Boolean
if
(
1
<
2
)
{
use
(
b
)
}
else
{
b
=
true
}
}
fun
use
(
vararg a
:
Any
?)
=
a