blob: f4cd37ab12c348fb46b4a2b523c327d02ecb96f7 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/primaryexpression-literal-numeric.case
// - src/assignment-target-type/invalid/parenthesized.template
/*---
description: PrimaryExpression Literal NumericLiteral; 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 _() {
(0) = 1;
}