// FIR_IDENTICAL fun bar(b: Boolean) = b fun foo(data: List) { bar(data.contains("")) }