Skip to content
Snippets Groups Projects
user avatar
Jeff Walden authored
Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|.  Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let".
78ca60e6
History