d940c02724
R=rossberg@chromium.org BUG=v8:4194 LOG=N Review URL: https://codereview.chromium.org/1191303002 Cr-Commit-Position: refs/heads/master@{#29153}
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
*%(basename)s:7: SyntaxError: Expected () to start arrow function, but got ';' instead of '=>'
|
|
function foo() { return(); }
|
|
^
|
|
SyntaxError: Expected () to start arrow function, but got ';' instead of '=>'
|