blob: 1d749efb75b2b371acc00916ec36fa9a7f0def89 [file] [log] [blame]
fun foo() {
val b: Boolean
if (1 < 2) {
use(b)
}
else {
b = true
}
}
fun use(vararg a: Any?) = a