Join Slack
Powered by
The type checker can't infer the type when you hav...
# coroutines
m
marstran
11/09/2017, 10:37 AM
The type checker can't infer the type when you have a recursive call. It hasn't got anything to do with coroutines. The same problem happens with just
fun provide() = provide()
.
Open in Slack
Previous
Next