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