Join Slack
Communities
Powered by
What I dislike about the super elvis idea is that ...
# language-proposals
c
cedric
04/16/2018, 6:48 PM
What I dislike about the super elvis idea is that it’s no longer clear to me which of these variables can be
null
. I understand that’s the point of the operator, but I think it drifts away from Kotlin’s approach of staying away from implicit behaviors.
👍 1
b
benleggiero
04/17/2018, 12:06 PM
The current approach of
nullable?.nonnullable?.foo
does that too
4
Views
Open in Slack
Previous
Next