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