summaryrefslogtreecommitdiff
path: root/src/class-fields/static-propname-constructor.case
blob: 3f3c845fc4f65650a50172ad62ee76d82cadfb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2017 Valerie Young. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
desc: static class field forbid PropName 'constructor'
info: |

  // This test file tests the following early error:
  Static Semantics: Early Errors

    ClassElement : staticFieldDefinition;
      It is a Syntax Error if PropName of FieldDefinition is "prototype" or "constructor".
features: [class, class-fields-public]
template: propname-error-static
---*/

//- propname
constructor