Chromium Code Reviews| Index: test/message/syntactic-tail-call-in-extends.out |
| diff --git a/test/message/syntactic-tail-call-in-extends.out b/test/message/syntactic-tail-call-in-extends.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..22d9ee1a9e92d5facba7bd8a3e459ac280855af8 |
| --- /dev/null |
| +++ b/test/message/syntactic-tail-call-in-extends.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:8: SyntaxError: Tail call expression is not allowed here |
| + return class A extends continue f() {}; |
| + ^^^^^^^^^^^^ |
| +SyntaxError: Tail call expression is not allowed here |