nashorn/test/script/basic/es6/const-empty.js.EXPECTED
changeset 26377 028dad61662f
child 26504 ed05e2f4c2db
equal deleted inserted replaced
26376:31155daecdc7 26377:028dad61662f
       
     1 SyntaxError: test/script/basic/es6/const-empty.js#33:4<eval>@1:2:7 Missing assignment to constant "x"
       
     2 const x;
       
     3        ^