I'm getting a weird/annoying error. ```Arb.bind(Ar...
# kotest
t
I'm getting a weird/annoying error.
Copy code
Arb.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