6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
// Error: :5:7: Unexpected token }
|
|
|
|
function f() {}
|
|
|
|
f`a${ }`
|