5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
// Options: --arrow-functions=false
|
|
// Error: :4:21: Unexpected token >
|
|
|
|
var identity = (x) => x;
|