nashorn/test/script/nosecurity/parserapi_const_as_var.js.EXPECTED
author amurillo
Wed, 14 Sep 2016 11:22:39 -0700
changeset 40970 2ea624c0ae04
parent 29407 3fd4ede1581e
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29407
3fd4ede1581e 8074671: Nashorn Parser API
sundar
parents:
diff changeset
     1
const_as_var1.js:1:0 Expected an operand but found const
3fd4ede1581e 8074671: Nashorn Parser API
sundar
parents:
diff changeset
     2
const PI = 3.14;
3fd4ede1581e 8074671: Nashorn Parser API
sundar
parents:
diff changeset
     3
^