mirror of https://github.com/tc39/test262.git
16 lines
413 B
JavaScript
16 lines
413 B
JavaScript
// This file was procedurally generated from the following sources:
|
|
// - src/dynamic-import/empty-str-arg.case
|
|
// - src/dynamic-import/syntax/valid/top-level.template
|
|
/*---
|
|
description: Calling import('') (top level syntax)
|
|
esid: sec-import-call-runtime-semantics-evaluation
|
|
features: [dynamic-import]
|
|
flags: [generated, module]
|
|
info: |
|
|
ImportCall :
|
|
import( AssignmentExpression )
|
|
|
|
---*/
|
|
|
|
import('');
|