Acknowledged

bug: const X = null as Array; doesn't give an error with strict typecheck

When I compile with -l 3 the following line should give an error:

const X = null as Array<Number>;

same for:

const Y = null as Number;

SDK: 4.1.7