Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Unified Diff: test/message/let-lexical-declaration-in-single-statement.out

Issue 2694003002: Raise SyntaxError on let [ starting an ExpressionStatement (Closed)
Patch Set: test/message + improve message Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/message/let-lexical-declaration-in-single-statement.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/let-lexical-declaration-in-single-statement.out
diff --git a/test/message/let-lexical-declaration-in-single-statement.out b/test/message/let-lexical-declaration-in-single-statement.out
new file mode 100644
index 0000000000000000000000000000000000000000..2bab7758651d5f8f6ff1843c60c68e6cb7446926
--- /dev/null
+++ b/test/message/let-lexical-declaration-in-single-statement.out
@@ -0,0 +1,4 @@
+*%(basename)s:5: SyntaxError: Lexical declaration cannot appear in a single-statement context
+with ({}) let [a] = [];
+ ^^^
+SyntaxError: Lexical declaration cannot appear in a single-statement context
« no previous file with comments | « test/message/let-lexical-declaration-in-single-statement.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698