mirror of https://github.com/tc39/test262.git
Remove naming conflict with template
This commit is contained in:
parent
9e4fc1b1c2
commit
7ec5d801f0
|
@ -8,7 +8,7 @@ template: syntax/valid
|
|||
//- setup
|
||||
// This is still valid in script code, and should not be valid for module code
|
||||
// https://tc39.github.io/ecma262/#sec-scripts-static-semantics-lexicallydeclarednames
|
||||
var x; function x() {}
|
||||
var smoosh; function smoosh() {}
|
||||
|
||||
//- import
|
||||
import('./script-code-valid.js')
|
||||
|
|
Loading…
Reference in New Issue