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