interface X { operator fun contains(s: String): Boolean? } fun foo(s: String, x: X) { if (s in ) } // ABSENT: x