mirror of https://github.com/tc39/test262.git
Coverage: computed property names from await expression
This commit is contained in:
parent
cd778bea8c
commit
2aff8eb9a4
|
@ -0,0 +1,13 @@
|
||||||
|
// Copyright (C) 2020 Rick Waldron. All rights reserved.
|
||||||
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
|
/*---
|
||||||
|
desc: Computed property name from condition expression
|
||||||
|
template: evaluation
|
||||||
|
features: [computed-property-names, top-level-await]
|
||||||
|
flags: [module]
|
||||||
|
---*/
|
||||||
|
//- ComputedPropertyName
|
||||||
|
await 9
|
||||||
|
//- value
|
||||||
|
9
|
Loading…
Reference in New Issue