Closed xerial closed 1 year ago
case class A(p1:Int, p2:String) val a1 = A(1, "xx") a1 shouldBe A(1, AirSpec.any)
Instead of adding special syntax, introduced a regular pattern matching with shouldMatch { case ... => } in #2625
shouldMatch { case ... => }