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

Side by Side Diff: test/message/yield-in-arrow-param.out

Issue 1941823003: Properly disallow 'yield' in class expressions and arrow parameters (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Better error message for yield in parameter Created 4 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 *%(basename)s:5: SyntaxError: Yield expression not allowed in formal parameter
2 function* g() { (a = yield) => {} }
3 ^^^^^
4 SyntaxError: Yield expression not allowed in formal parameter
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698