This commit is contained in:
jbhoosreddy 2018-09-11 14:49:27 -04:00
parent 227a85b9d3
commit d65bee93c5
8 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
// Copyright (C) 20178 Bloomberg LP. All rights reserved.
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . private method
desc: Syntax error if you call delete on call expressions . private async generator method
template: delete-error
features: [class, class-fields-private, class-methods-private, class-fields-public]
---*/

View File

@ -1,8 +1,8 @@
// Copyright (C) 20178 Bloomberg LP. All rights reserved.
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . private method
desc: Syntax error if you call delete on call expressions . private async method
template: delete-error
features: [class, class-fields-private, class-methods-private, class-fields-public]
---*/

View File

@ -1,8 +1,8 @@
// Copyright (C) 20178 Bloomberg LP. All rights reserved.
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . private method
desc: Syntax error if you call delete on call expressions . private generator method
template: delete-error
features: [class, class-fields-private, class-methods-private, class-fields-public]
---*/

View File

@ -1,4 +1,4 @@
// Copyright (C) 20178 Bloomberg LP. All rights reserved.
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . privatename
desc: Syntax error if you call delete on member expressions . private async generator method
template: delete-error
features: [class-methods-private]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . privatename
desc: Syntax error if you call delete on member expressions . private async method
template: delete-error
features: [class-methods-private]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . privatename
desc: Syntax error if you call delete on member expressions . private generator method
template: delete-error
features: [class-methods-private]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . privatename
desc: Syntax error if you call delete on member expressions . private method
template: delete-error
features: [class-methods-private]
---*/