We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171d0e5 commit 26b054fCopy full SHA for 26b054f
scalatest/src/main/scala/org/scalatest/Matchers.scala
@@ -3063,7 +3063,7 @@ trait Matchers extends Assertions with Tolerance with ShouldVerb with MatcherWor
3063
3064
// This is where InspectorShorthands started
3065
3066
- private sealed trait Collected extends Product with Serializable
+ sealed trait Collected extends Product with Serializable
3067
private case object AllCollected extends Collected
3068
private case object EveryCollected extends Collected
3069
private case class BetweenCollected(from: Int, to: Int) extends Collected
0 commit comments