blob: 2e9c908b09725ef0fdcc4f2c878e2f1ab147bc09 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/primaryexpression-functionexpression.case
// - src/assignment-target-type/invalid/parenthesized.template
/*---
description: PrimaryExpression FunctionExpression, 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 _() {
(function() {}) = 1;
}