Join Slack
Powered by
Kotlin doesn't assume anything about nullability o...
# announcements
k
karelpeeters
08/17/2017, 8:08 AM
Kotlin doesn't assume anything about nullability of values coming from Java, they're called platform types, they have a conventional symbol
T!
and you can decide whether they are nullable at the call site.
Open in Slack
Previous
Next