fun f() { val v: Int try { v = 239 } finally { } println(v) }