Backseating-Committee-2k/Backlang
The issue has been closed
Add error when trying to initialize non mutable variable with null #211
furesoft posted onGitHub
let k = null;
should produce an error: Can't initiliaze a non mutable variable with null