Anyone feels that Kotlin should support nullable i...
# language-proposals
k
Anyone feels that Kotlin should support nullable invocation as
listener?(foo)
instead of
listener?.invoke(foo)
?
👍 1