jdk-24/nashorn/test/script/error/expr_closure_nse.js.EXPECTED
2015-06-09 14:19:57 +05:30

4 lines
112 B
Plaintext

test/script/error/expr_closure_nse.js:31:19 Expected { but found x
function square(x) x*x;
^