fun foo(x: Int) {} fun bar() { foo(if (false) 1 else 2) }