5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
// Error: :4:11: Semi-colon expected
|
|
// Error: :4:11: Unexpected token =>
|
|
|
|
(x) + (y) => y;
|