James Eschner
10/11/2022, 2:59 PMenum class Bar {
  BAR1, BAR2;
}
data class Foo {
  val enumSet: Set<Bar>,
}
val fooArb: Arb<Foo> = Arb.bind<Foo>()the target size requirement of 43 could not be satisfied after 430 consecutive samples
java.lang.IllegalStateException: the target size requirement of 43 could not be satisfied after 430 consecutive sampleBar