blob: b7f6db4ec2a6f35576f1c638a00fe49aefc5747c [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/expression-comma-assignmentexpression-1.case
// - src/assignment-target-type/invalid/parenthesized.template
/*---
description: Static Semantics AssignmentTargetType, Return invalid. (ParenthesizedExpression)
esid: sec-grouping-operator-static-semantics-assignmenttargettype
flags: [generated]
negative:
phase: parse
type: SyntaxError
info: |
ParenthesizedExpression: (Expression)
Return AssignmentTargetType of Expression.
Expression: Expression , AssignmentExpression
Static Semantics AssignmentTargetType, Return invalid.
---*/
$DONOTEVALUATE();
function _() {
((x, y = 1)) = 1;
}