prettier/tests/arrows_bind/arrows-bind.js

4 lines
65 B
JavaScript

a => ({}::b()``[''].c++ && 0 ? 0 : 0);
(a => b)::c;
a::(b => c);