blob: a61569950cdf418bc0b4d03185ee76df4dc9c1f5 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/callexpression-templateliteral.case
// - src/assignment-target-type/invalid/direct.template
/*---
description: Static Semantics AssignmentTargetType, Return invalid. (Direct assignment)
flags: [generated]
negative:
phase: parse
type: SyntaxError
info: |
Direct assignment
CallExpression TemplateLiteral
Static Semantics AssignmentTargetType, Return invalid.
---*/
$DONOTEVALUATE();
function _() {
f()`` = 1;
}