blob: b7afc748993cb58a4e4b2db7d8884a84d259f33e [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/primaryexpression-objectliteral.case
// - src/assignment-target-type/invalid/parenthesized.template
/*---
description: PrimaryExpression ObjectLiteral; Return invalid. (ParenthesizedExpression)
esid: sec-grouping-operator-static-semantics-assignmenttargettype
flags: [generated]
negative:
phase: parse
type: SyntaxError
info: |
ParenthesizedExpression: (Expression)
Return AssignmentTargetType of Expression.
---*/
$DONOTEVALUATE();
function _() {
({}) = 1;
}