mirror of
https://github.com/tc39/test262.git
synced 2025-10-15 04:49:37 +02:00
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
// Copyright (C) 2020 Rick Waldron. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
esid: sec-identifiers-static-semantics-assignmenttargettype
|
|
desc: >
|
|
IdentifierReference yield, Return simple.
|
|
template: simple/basic
|
|
flags: [noStrict]
|
|
---*/
|
|
|
|
//- assignmenttarget
|
|
yield
|