Join Slack
Powered by
Indeed I’ve seen usages like this: ``` myNullable?...
# language-proposals
k
kingsley
03/25/2018, 10:26 AM
Indeed I’ve seen usages like this:
Copy code
myNullable?.apply { // if not null ... } ?: run { // else ... }
But at this point, I’d favor clarity and explicitness of the if
Open in Slack
Previous
Next