nashorn/test/script/error/JDK-8027933.js.EXPECTED
author duke
Wed, 05 Jul 2017 19:44:42 +0200
changeset 24823 9e91ff63c94d
parent 24279 33b0fbd03872
permissions -rw-r--r--
Added tag jdk9-b18 for changeset c5495e25c725
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
^