Join Slack
Communities
Powered by
One key difference is that in Java, `null instance...
# announcements
c
cedric
08/15/2016, 9:38 PM
One key difference is that in Java,
null instanceof X
will always be false. Not so with Kotlin, which differentiates
X
and
X?
👍 1
😮 1
Open in Slack
Previous
Next