aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/syntactic-tail-call-in-extends.out
blob: f54155d2b55bd42eec2a1117a89cad2a7a960d09 (plain)
1
2
3
4
*%(basename)s:9: SyntaxError: Tail call expression is not allowed here
  return class A extends continue f() {};
                         ^^^^^^^^^^^^
SyntaxError: Tail call expression is not allowed here