4 lines
157 B
JavaScript
4 lines
157 B
JavaScript
// Options: --arrow-functions --free-variable-checker
|
|
// Error: :3:35: missingIdentifier is not defined
|
|
var identity = (identityParam) => missingIdentifier;
|