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