blob: 46beba316b95665c80154b61e9cdd6c1c19c258c [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/relationalexpression-greater-than-shiftexpression-2.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 _() {
true > false = 1;
}