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

4 lines
199 B
Plaintext

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