blob: 9b13b6288b8340974695bfedd95a30adf2a8679c [file] [log] [blame] [edit]
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: >
It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
private ordinary method
template: delete-error
features: [class-methods-private]
---*/
//- expression
this.#m
//- functiondeclaration
#m() {}