Jeff Walden
|
78ca60e6cf
|
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".
|
2015-12-18 15:03:04 -05:00 |