main
js 5 lines 95 Bytes
Raw
1 function Component(props) {
2 let x = makeObject();
3 x.foo((x = makeObject()));
4 return x;
5 }