My question is *does foo?.bar() != null always imp...
# announcements
g
My question is does foo?.bar() != null always implies that foo != null if bar is not an extension method? - it’s a yes/no question, and if the answer is yes, then it would be nice if the compiler took that into account