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