--- old/test/nashorn/script/basic/es6/lexical-toplevel.js.EXPECTED 2020-04-15 19:14:14.000000000 +0530 +++ /dev/null 2020-04-15 19:14:14.000000000 +0530 @@ -1,32 +0,0 @@ -VAR -LET -CONST -function FUNC() {} -GLOBAL -VAR -undefined -undefined -function FUNC() {} -GLOBAL -true -false -false -true -true -TypeError: Assignment to constant "CONST" -VAR -LETLET -CONST -function FUNC() {} -GLOBAL -VAR -undefined -undefined -function FUNC() {} -GLOBAL -true -false -false -true -true -TypeError: Assignment to constant "CONST"