Join Slack
Powered by
No. `v = { 1 }` in your case has type `() -> In...
# coroutines
d
dmitry.petrov
01/24/2017, 7:38 AM
No.
v = { 1 }
in your case has type
() -> Int
, which is a subtype of
() -> Number
.
Open in Slack
Previous
Next