mirror of https://github.com/tc39/test262.git
fixes
This commit is contained in:
parent
227a85b9d3
commit
d65bee93c5
|
@ -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.
|
// 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
|
template: delete-error
|
||||||
features: [class, class-fields-private, class-methods-private, class-fields-public]
|
features: [class, class-fields-private, class-methods-private, class-fields-public]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.
|
// 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
|
template: delete-error
|
||||||
features: [class, class-fields-private, class-methods-private, class-fields-public]
|
features: [class, class-fields-private, class-methods-private, class-fields-public]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.
|
// 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
|
template: delete-error
|
||||||
features: [class, class-fields-private, class-methods-private, class-fields-public]
|
features: [class, class-fields-private, class-methods-private, class-fields-public]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
template: delete-error
|
||||||
features: [class-methods-private]
|
features: [class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
template: delete-error
|
||||||
features: [class-methods-private]
|
features: [class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
template: delete-error
|
||||||
features: [class-methods-private]
|
features: [class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
template: delete-error
|
||||||
features: [class-methods-private]
|
features: [class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
Loading…
Reference in New Issue