// IS_APPLICABLE: false inline fun test() { foo { "" } } fun foo(f: (Int) -> String) {}