Sebastian Schuberth
09/23/2025, 8:48 AMArb.bind<File>().single() to create a single arbitrary file? Specifically, I'm looking for something like inline fun <reified T> arb(): T = Arb.bind<T>().single(), but that does not compile.Sebastian Schuberth
09/23/2025, 8:53 AMArb.file().single() is a bit better.LeoColman
09/24/2025, 12:04 AM