nashorn/test/script/error/JDK-8027933.js.EXPECTED
author ddmitriev
Wed, 21 Sep 2016 16:46:13 +0300
changeset 41292 08bd6740b8e3
parent 24279 33b0fbd03872
permissions -rw-r--r--
8150758: [TESTBUG] need jvmti tests for module aware agents Reviewed-by: sspitsyn, dsamersoff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24279
33b0fbd03872 8027933: Add --const-as-var option
sundar
parents:
diff changeset
     1
test/script/error/JDK-8027933.js:31:0 Expected an operand but found const
33b0fbd03872 8027933: Add --const-as-var option
sundar
parents:
diff changeset
     2
const THE_ANSWER = 42;
33b0fbd03872 8027933: Add --const-as-var option
sundar
parents:
diff changeset
     3
^