Join Slack
Powered by
np :smile: Also, `body?.toString() ?: "null"` is r...
# announcements
r
robin
02/07/2017, 11:51 AM
np 😄 Also,
body?.toString() ?: "null"
is redundant, as
toString
is defined on
Any?
and will automatically return "null" if the Object is null, iirc 😉
2
Views
Open in Slack
Previous
Next