// WITH_RUNTIME // IS_APPLICABLE: false // This should be reported. However, in order to avoid too complicate logic, the intention ignore this case. import java.util.* fun baz2(foo: List) { foo.let { it.binarySearch("", Comparator { o1, o2 -> 0 }) } }