test/nashorn/script/error/NASHORN-154/literal_data_and_accessor.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
     1 test/script/error/NASHORN-154/literal_data_and_accessor.js:35:21 Property "foo" already defined
     1 test/nashorn/script/error/NASHORN-154/literal_data_and_accessor.js:35:21 Property "foo" already defined
     2 var obj = { foo: 42, get foo() { return 'hello' } };
     2 var obj = { foo: 42, get foo() { return 'hello' } };
     3                      ^
     3                      ^
     4 test/script/error/NASHORN-154/literal_data_and_accessor.js:38:22 Property "foo" already defined
     4 test/nashorn/script/error/NASHORN-154/literal_data_and_accessor.js:38:22 Property "foo" already defined
     5 var obj2 = { foo: 42, set foo(x) { } };
     5 var obj2 = { foo: 42, set foo(x) { } };
     6                       ^
     6                       ^