// "Add 'operator' modifier" "true" class A { operator fun contains(other: A): Boolean = true }