Files
Kmake/deps/v8/test/message/fail/class-field-constructor.out
2026-05-26 23:36:42 -07:00

4 lines
185 B
Plaintext

*%(basename)s:6: SyntaxError: Classes may not have a field named 'constructor'
constructor = function() {};
^^^^^^^^^^^
SyntaxError: Classes may not have a field named 'constructor'