ea2fbb7620
The syntax is "return continue expr;". BUG=v8:4915 LOG=Y Review URL: https://codereview.chromium.org/1917993004 Cr-Commit-Position: refs/heads/master@{#35799}
5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
*%(basename)s:15: SyntaxError: Tail call expression in catch block when finally block is also present.
|
|
return continue f();
|
|
^
|
|
SyntaxError: Tail call expression in catch block when finally block is also present.
|