That is really confusing, though... I'd kind of ex...
# announcements
r
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?)