blob: dbcbf300973213d3253840d6d2ced51b68474655 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/importcall.case
// - src/assignment-target-type/invalid/direct.template
/*---
description: Static Semantics AssignmentTargetType, Return invalid. (Direct assignment)
flags: [generated, module]
negative:
phase: parse
type: SyntaxError
info: |
Direct assignment
ImportCall
Static Semantics AssignmentTargetType, Return invalid.
---*/
$DONOTEVALUATE();
function _() {
import() = 1;
}