Files
Kmake/deps/v8/test/message/fail/class-field-static-constructor.out

4 lines
199 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:6: SyntaxError: Classes may not have a field named 'constructor'
static constructor = function() {};
^^^^^^^^^^^
SyntaxError: Classes may not have a field named 'constructor'