blob: a3dd23a29c3477464cfd8de8d7704ba796b0ba00 [file] [log] [blame]
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Expression cannot contain an `import` declaration
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
({ set m(x) { import v from './decl-pos-import-object-setter.js'; } });