test262/test/language/module-code/dynamic-import/syntax-top-level-empty-str-arg.js
2018-10-04 16:16:35 -04:00

16 lines
407 B
JavaScript

// This file was procedurally generated from the following sources:
// - src/dynamic-import/empty-str-arg.case
// - src/dynamic-import/syntax/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('');