blob: 9e9a4f0fde3e3129c8a52f94eb6d89420a4e38e1 [file] [log] [blame]
eval('var x = 5') threw 'Let/Const redeclaration'
x: 5
eval('var y = 5') threw 'Let/Const redeclaration'
eval('y = 5') threw 'Assignment to const'
y: 1