// PROBLEM: none fun bar() {} fun foo(f: Boolean) { if (f) bar() }