CFrei
09/10/2020, 1:00 PMfun s() = sequence<Unit> {
suspend fun f() {
let { f() }
}
}
Anyone an idea how I need to replace/annotate let
to get that up and running? (bug is in 1.4.0 and 1.4.10) - Thanks in advance!!!Alexey Belkov [JB]
09/10/2020, 1:52 PMCFrei
09/10/2020, 2:30 PM