UNPKG

test262-parser-tests

Version:
11 lines (10 loc) 115 B
a => b; (a, b) => c; () => b; a => (b => c); a => (b => c); () => ((b, c) => d); a => { return b; }; a => ("e");