summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-field-static-constructor.out
blob: 7f330b7bc04f0c8b911600332adde897bb9232e3 (plain)
1
2
3
4
*%(basename)s:6: SyntaxError: Classes may not have a field named 'constructor'
  static constructor = function() {};
         ^^^^^^^^^^^
SyntaxError: Classes may not have a field named 'constructor'