Remove naming conflict with template

This commit is contained in:
Leo Balter 2018-10-08 11:40:41 -04:00
parent 9e4fc1b1c2
commit 7ec5d801f0
1 changed files with 1 additions and 1 deletions

View File

@ -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')