Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
view test/script/basic/funcconstructor.js.EXPECTED @ 1434:4d320336c48c default tip
Added tag jdk9-b83 for changeset 21b86b980a5f
author | lana |
---|---|
date | Fri, 25 Sep 2015 22:59:35 -0700 |
parents | 295c91f5fdde |
children |
line wrap: on
line source
anon func 225 function (x) { print('anon func'); return x*x; } syntax error? true SyntaxError: <function>:1:13 Missing close quote print('hello) ^ done