blob: 6ab95db544ac57d723c6f0d71717a1366205bf4b [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/direct.template
/*---
description: PrimaryExpression Literal NumericLiteral; Return invalid. (Direct assignment)
flags: [generated]
negative:
phase: parse
type: SyntaxError
info: |
Direct assignment
---*/
$DONOTEVALUATE();
function _() {
0 = 1;
}