Artur Szott

Results 1 issues of Artur Szott

If ` type` is checked before `val` is modified, new `val` may have invalid type. In my case ``` val = [ 1234, 5678] ``` and type is 'Array' but...