Join Slack
Powered by
Yes, the return type of `returnNull` as seen by Ko...
# announcements
d
diesieben07
09/10/2017, 10:34 PM
Yes, the return type of
returnNull
as seen by Kotlin is a platform type,
String!
. You can assign it to both
String?
and
String
, in the latter case Kotlin will emit a null check into the bytecode.
Open in Slack
Previous
Next