mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
fixup!
This commit is contained in:
parent
ddff7c5ded
commit
c1c1ed47db
test/language/module-code
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 10.2.1
|
||||
esid: sec-module-semantics-static-semantics-early-errors
|
||||
description: >
|
||||
It is a Syntax Error if the LexicallyDeclaredNames of ModuleItemList
|
||||
contains any duplicate entries.
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 10.2.1
|
||||
esid: sec-module-semantics-static-semantics-early-errors
|
||||
description: >
|
||||
It is a Syntax Error if the LexicallyDeclaredNames of ModuleItemList
|
||||
contains any duplicate entries.
|
||||
@ -16,10 +16,5 @@ negative:
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
function x() {
|
||||
|
||||
}
|
||||
|
||||
async function x() {
|
||||
|
||||
}
|
||||
function x() {}
|
||||
async function x() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user