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