I came up with it because `if (nullableVar != null...
# announcements
a
I came up with it because
if (nullableVar != null) nullableVar.doStuff()
does not compile for annoying concurrency reasons that do not apply to me