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

{
          "foo": 23,
          "bar": {
                    "x": 22
          }
}
{"foo":23,"bar":{"x":22}}
inside n.valueOf
inside s.toString