4 lines
68 B
JavaScript
4 lines
68 B
JavaScript
"use strict";
|
|
|
|
(Object.assign({ x: x }, y, { a: a }, b, { c: c }));
|
"use strict";
|
|
|
|
(Object.assign({ x: x }, y, { a: a }, b, { c: c }));
|