6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
// Error: :3:14: Unexpected token )
|
|
|
|
function f(x,) {
|
|
return x;
|
|
}
|