blob: ca340fc6bac48a7e1bd0bf3146618d1d9c8611e8 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/primaryexpression-regularexpressionliteral.case
// - src/assignment-target-type/invalid/direct.template
/*---
description: PrimaryExpression RegularExpressionLiteral; Return invalid. (Direct assignment)
flags: [generated]
negative:
phase: parse
type: SyntaxError
info: |
Direct assignment
---*/
$DONOTEVALUATE();
function _() {
/1/ = 1;
}