test/script/error/NASHORN-154/literal_data_and_accessor.js.EXPECTED

Mon, 16 Nov 2015 12:14:07 -0800

author
asaha
date
Mon, 16 Nov 2015 12:14:07 -0800
changeset 1692
dcb78b4ac30e
parent 0
b1a7da25b547
permissions
-rw-r--r--

Added tag jdk8u71-b09 for changeset 79a56b0e79aa

     1 test/script/error/NASHORN-154/literal_data_and_accessor.js:35:21 Property "foo" already defined
     2 var obj = { foo: 42, get foo() { return 'hello' } };
     3                      ^
     4 test/script/error/NASHORN-154/literal_data_and_accessor.js:38:22 Property "foo" already defined
     5 var obj2 = { foo: 42, set foo(x) { } };
     6                       ^

mercurial