6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
// Error: :6:1: Unterminated template literal
|
|
|
|
function f() {}
|
|
|
|
f`a${ `
|