blob: fd0db04ead45fb8489bb049803d0927d133b94c5 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/dynamic-import/nested-imports.case
// - src/dynamic-import/syntax/valid/top-level.template
/*---
description: ImportCall is a CallExpression can be nested in other import calls (top level syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated]
info: |
ImportCall :
import( AssignmentExpression )
---*/
import(import(import('./empty_FIXTURE.js')));