No. `v = { 1 }` in your case has type `() -> In...
# coroutines
d
No.
v = { 1 }
in your case has type
() -> Int
, which is a subtype of
() -> Number
.