That would be just ``` if (a == something &&am...
# language-proposals
d
That would be just
Copy code
if (a == something && x != null) {
  x.doSomething() // x is non-nullable here
}