bug: vscode extension warns about possible nulls where it's not possible
Why I get this yellow wave line under the comparsion? I thought this was already fixed long ago (though that might have been in the compiler, not the vsc extension)
> It seems that the actual problem has nothing to do with local vs non-local variables, but with the presence of any kind of explicit scope specifier ($, self, class name, module name).
Then again I still see a variant of this problem with a static member variable (no self prefix), so I guess this is a bit more complex than I assumed (or there are in fact multiple problems)
> It seems that the actual problem has nothing to do with local vs non-local variables, but with the presence of any kind of explicit scope specifier ($, self, class name, module name).
Then again I still see a variant of this problem with a static member variable (no self prefix), so I guess this is a bit more complex than I assumed (or there are in fact multiple problems)