mirror of https://github.com/tc39/test262.git
Apply `logical-assignment-operators` feature flag
This commit is contained in:
parent
61c6f8214b
commit
b9bc25096b
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
desc: Computed property name from assignment expression coalesce
|
||||
template: evaluation
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
---*/
|
||||
//- setup
|
||||
let x = null;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
desc: Computed property name from assignment expression logical and
|
||||
template: evaluation
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
---*/
|
||||
//- setup
|
||||
let x = 0;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
desc: Computed property name from assignment expression logical or
|
||||
template: evaluation
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
---*/
|
||||
//- setup
|
||||
let x = 0;
|
||||
|
|
Loading…
Reference in New Issue