summaryrefslogtreecommitdiff
path: root/src/class-fields/error/cls-decl-new-no-sc-line-generator.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/class-fields/error/cls-decl-new-no-sc-line-generator.template')
-rw-r--r--src/class-fields/error/cls-decl-new-no-sc-line-generator.template16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/class-fields/error/cls-decl-new-no-sc-line-generator.template b/src/class-fields/error/cls-decl-new-no-sc-line-generator.template
deleted file mode 100644
index c7aebcdef..000000000
--- a/src/class-fields/error/cls-decl-new-no-sc-line-generator.template
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (C) 2017 the V8 project authors, 2017 Igalia S.L. All rights reserved.
-// This code is governed by the BSD license found in the LICENSE file.
-
-/*---
-path: language/statements/class/fields-new-no-sc-line-gen-
-name: ASI prevents a following generator method
-features: [class-fields, generators]
-negative:
- type: SyntaxError
- phase: early
----*/
-
-class C {
- /*{ fields }*/
- *m() { return 42; }
-}