mirror of https://github.com/tc39/test262.git
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
// Copyright (C) 2019 Leo Balter. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
desc: private is a valid identifier name, using escape
|
|
template: future-reserved-words
|
|
---*/
|
|
|
|
//- declareWith
|
|
privat\u0065
|
|
//- referenceWith
|
|
private
|