blob: 99a353ec80f519340222aae6efaa0e808bda1a2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (C) 2017 Valerie Young. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . privatename
template: delete-error
features: [class-fields-private]
---*/
//- expression
this.#x
|