test262/src/assignment-target-type/memberexpression-expression.case
2020-09-17 16:23:26 -04:00

20 lines
445 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-static-semantics-static-semantics-assignmenttargettype
desc: >
Static Semantics AssignmentTargetType, Return simple
info: |
MemberExpression [ Expression ]
Static Semantics AssignmentTargetType, Return simple
template: simple/complex
---*/
//- assignmenttarget
o[v]
//- operator
=
//- value
1