blob: 454f23856aa130c875f7bdbc2959ac030f6b7271 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/unaryexpression-minus-unaryexpression-0.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
UnaryExpression: - UnaryExpression
Static Semantics AssignmentTargetType, Return invalid
---*/
$DONOTEVALUATE();
function _() {
-x = 1;
}