`is T` and `as? T` only work when `T` is reified t...
# announcements
k
is T
and
as? T
only work when
T
is reified though, right? So the resulting functions wouldn't be callable from Java.