Join Slack
Powered by
There is no exception inside `f`, because `T` is e...
# announcements
o
orangy
05/18/2017, 11:18 AM
There is no exception inside
f
, because
T
is erased to
Any
and basically you have
f(x: Any?): Any? = x as? Any
so there is no problem there
3
Views
Open in Slack
Previous
Next