720c531a70
It was shipped in M46 without incident. Review URL: https://codereview.chromium.org/1411723007 Cr-Commit-Position: refs/heads/master@{#31636}
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
*%(basename)s:5: SyntaxError: Invalid left-hand side in for-loop
|
|
function f() { for (new.target in {}); }
|
|
^^^^^^^^^^
|
|
SyntaxError: Invalid left-hand side in for-loop
|