// PROBLEM: Condition is always 'true' fun foo(x: Int) {} fun bar() { foo(1) }