Toddobryan
09/29/2022, 4:59 AMArb.bind(Arb.string(), Arb.string()).checkAll { sp1, sp2 ->
None of the following functions can be called with the arguments supplied:
public fun <A, B> Arb.Companion.bind(arbs: List<Arb<TypeVariable(A)>>, fn: (List<TypeVariable(A)>) -> TypeVariable(B)): Arb<TypeVariable(B)> defined in io.kotest.property.arbitrary
public fun <T : Any> Arb.Companion.bind(providedArbs: Map<KClass<*>, Arb<*>>, kclass: KClass<TypeVariable(T)>): Arb<TypeVariable(T)> defined in io.kotest.property.arbitrary