Acknowledged

bug: vscode extension warns about possible nulls where it's not possible

var info = Activity.getActivityInfo();
if (info != null && info.elapsedTime != null && info.elapsedTime > 0) {}
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)
both with SDK 7.4.3 and 8.0.0-Beta