fun test(b: Boolean): Boolean { return foo(b) } fun foo(b: Boolean) = true