// "Add 'operator' modifier" "true" class A { operator fun contains(x: Any): Boolean = false } fun foo() = 0 in A()