- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`arrows-bind.js 1`] = `
- a => ({}::b()\`\`[''].c++ && 0 ? 0 : 0);
- (a => b)::c;
- a::(b => c);
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- a => ({}::b()\`\`[""].c++ && 0 ? 0 : 0);
- (a => b)::c;
- a::(b => c);
- `;
|