4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
// Error: :3:26: Semi-colon expected
|
|
|
|
var identity = (x) => {x}.bind({});
|