Closed provegard closed 7 years ago
Assigning to a const local should be rejected.
const
Chrome allows this too, and it's not easy to figure out if a local variable is const in the bytecode, so closing this.
Assigning to a
const
local should be rejected.