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

Mon, 07 Mar 2016 10:53:05 -0800

author
asaha
date
Mon, 07 Mar 2016 10:53:05 -0800
changeset 1801
9017fb8d690a
parent 0
b1a7da25b547
permissions
-rw-r--r--

Added tag jdk8u76-b11 for changeset 0608b63feb60

     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