summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-field-static-constructor.out
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/fail/class-field-static-constructor.out')
-rw-r--r--deps/v8/test/message/fail/class-field-static-constructor.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/test/message/fail/class-field-static-constructor.out b/deps/v8/test/message/fail/class-field-static-constructor.out
new file mode 100644
index 0000000000..6831d83552
--- /dev/null
+++ b/deps/v8/test/message/fail/class-field-static-constructor.out
@@ -0,0 +1,4 @@
+*%(basename)s:8: SyntaxError: Classes may not have a field named 'constructor'
+ static constructor = function() {};
+ ^^^^^^^^^^^
+SyntaxError: Classes may not have a field named 'constructor' \ No newline at end of file