nashorn/test/script/error/conditional_catch_nse.js.EXPECTED
author sundar
Wed, 16 Dec 2015 16:42:03 +0530
changeset 34735 0f41d334aa24
parent 31098 e98a3ba5d5da
permissions -rw-r--r--
8145486: jjs should support documentation key shortcut in interactive mode Reviewed-by: mhaupt, hannesw

test/script/error/conditional_catch_nse.js:33:11 Expected ) but found if
} catch (e if e instanceof ReferenceError) {
           ^
test/script/error/conditional_catch_nse.js:34:0 Expected eof but found }
}
^