Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Jul 18, 2024
1 parent ae3cfa9 commit a5cd232
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ class FixedTestCombinator(val size: Int) extends FixedLengthCombinator[String] w

def nextUseFirstParent = parents.next()

override def fill(unused: Int) = List.fill(size)
override def fill(unused: Int): String => List[String] =
List.fill(size)(_)
}

0 comments on commit a5cd232

Please sign in to comment.