// SHOULD_FAIL_WITH: skipped.defaults fun test() { class Test{ fun contains(a: Int=1, b: Int=2) : Boolean = true } val test = Test() test.contains(b=3) }