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
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