blob: e45c88d82681fcce5117967d0c73556c908e0c96 [file] [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
async generator
template: delete-error
features: [class-methods-private, async-iteration]
---*/
//- expression
this.#m
//- functiondeclaration
async *#m() {}