blob: de044552d237c31a177b57b128e950649ceec425 [file] [edit]
// 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 arrow function
template: evaluation
features: [computed-property-names]
---*/
//- ComputedPropertyName
() => { }
//- value
1