The exception is thrown not when executing `as?` o...
# announcements
d
The exception is thrown not when executing
as?
operator, but when returned from 'foo<Int>("123")' value is being casted to
Int
, while it is
String