blob: 09ce718746449d1e6f597ae0c73e3bc5b1c3d686 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/relationalexpression-less-than-or-equal-to-shiftexpression-1.case
// - src/assignment-target-type/invalid/direct.template
/*---
description: Static Semantics AssignmentTargetType, Return invalid. (Direct assignment)
flags: [generated]
negative:
phase: parse
type: SyntaxError
info: |
Direct assignment
RelationalExpression <= ShiftExpression
Static Semantics AssignmentTargetType, Return invalid.
---*/
$DONOTEVALUATE();
function _() {
1 <= 2 = 1;
}