Join Slack
Powered by
That would be just ``` if (a == something &&am...
# language-proposals
d
dmitry.petrov
05/26/2016, 2:00 PM
That would be just
Copy code
if (a == something && x != null) { x.doSomething() // x is non-nullable here }
Open in Slack
Previous
Next