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