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