What I dislike about the super elvis idea is that ...
# language-proposals
c
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
The current approach of
nullable?.nonnullable?.foo
does that too