jsfmt.spec.js.snap 295 B

12345678910111213
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`arrows-bind.js 1`] = `
  3. a => ({}::b()\`\`[''].c++ && 0 ? 0 : 0);
  4. (a => b)::c;
  5. a::(b => c);
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. a => ({}::b()\`\`[""].c++ && 0 ? 0 : 0);
  8. (a => b)::c;
  9. a::(b => c);
  10. `;