Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
« 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