the point (I think) is that `Any?` is the java equ...
# announcements
t
the point (I think) is that
Any?
is the java equivalent of
Object
, while
Any : Any?
. thus, not setting lower bound
T
is assumed to be
Any?
(which is https://kotlinlang.slack.com/archives/general/p1458201978000730 slightly rephrased)