Given this: ```haxe @external var foo:Foo = @byDefault null; ``` The default is basically typed as `Null<Value<Foo>>`, which later leads to NPEs.
Given this:
The default is basically typed as
Null<Value<Foo>>, which later leads to NPEs.