// IS_APPLICABLE: false fun test() { class Test{ fun contains(a: Int, b: Int) : Boolean = true } val test = Test() test.contains(1, 2) }