fun f() { val v = 2 + 3 println(if (true) 1 else v) }