class-field-static-constructor.out 199 Bytes
Newer Older
1
*%(basename)s:6: SyntaxError: Classes may not have a field named 'constructor'
2 3 4
  static constructor = function() {};
         ^^^^^^^^^^^
SyntaxError: Classes may not have a field named 'constructor'