fun test() { class Test() operator fun Test.contains(a: Int) : Boolean = true val test = Test() 1 in test }