nashorn/test/script/basic/JDK-8026302.js.EXPECTED
author attila
Tue, 03 Jun 2014 12:05:42 +0200
changeset 24775 a0ae9045563f
parent 20938 e92d8249f60c
permissions -rw-r--r--
8044534: Constant folding for unary + should produce int for boolean literals Reviewed-by: lagergren, sundar

get "foo"() {}
set "foo"(x) {}
get bar() {}
set bar(x) {}
get ":"() {}
set ":"(x) {}
get 12() {}
set 12(x) {}
get 1.8e-8() {}
set 1.8e-8(x) {}