This commit is contained in:
Leo Balter 2018-10-24 18:53:34 -04:00 committed by Rick Waldron
parent 09e608edad
commit 1538a93bc1
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
// This is still valid in script code and strict and non strict modes
// This is valid as module code
// This is invalid as module code
// https://tc39.github.io/ecma262/#sec-scripts-static-semantics-lexicallydeclarednames
var smoosh; function smoosh() {}