// Copyright (C) 2017 Valerie Young. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- desc: class fields forbid PropName 'constructor' info: | // This test file tests the following early error: Static Semantics: Early Errors ClassElement : FieldDefinition; It is a Syntax Error if PropName of FieldDefinition is "constructor". features: [class, class-fields-public] template: propname-error ---*/ //- propname constructor