Join Slack
Powered by
That is really confusing, though... I'd kind of ex...
# announcements
r
robin
02/23/2017, 1:57 PM
That is really confusing, though... I'd kind of expect the compiler to understand that the function call
Copy code
g { return 123 }
will always return
Nothing
, even if the lambda is specified as returning
Unit
(
Nothing
is a subtype of
Unit
, after all, isn't it?)
Open in Slack
Previous
Next