blob: 7c403d676c1652f5054ee1ef2269a37b18d102a5 [file]
// FIR_IDENTICAL
fun foo(f: Boolean): Int {
val i: Int
if (f) {}
i = 3
return i
}