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