fun a() { if (true) 2 else 1 } /* fun a() { val b = true if (b) 2 else 1 } */