Yes. Compiler infers `() -> Unit` from `{ print...
# coroutines
d
Yes. Compiler infers
() -> Unit
from
{ println("hi") }
, unless there is an expected type.