test/nashorn/script/basic/es6/const-empty.js.EXPECTED
changeset 47216 71c04702a3d5
parent 26504 ed05e2f4c2db
child 47217 72e3ae9a25eb
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 SyntaxError: test/script/basic/es6/const-empty.js#33:4<eval>:2:7 Missing assignment to constant "x"
       
     2 const x;
       
     3        ^