blob: 68e8e7cf2e28681716eb12542c32de57c22fa1f6 [file] [log] [blame]
// Copyright (C) 2019 Caio Lima (Igalia SL). All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-static-semantics-early-errors
description: >
ModuleBody : ModuleItemList
It is a Syntax Error if AllPrivateIdentifiersValid of ModuleItemList with an empty List as an argument is false.
flags: [module]
features: [class-static-fields-private]
negative:
phase: parse
type: SyntaxError
---*/
$DONOTEVALUATE();
var x = {};
x.#f = 'Test262';