blob: 74eba91c7f5d09db1a522029f3bb5834a4bc5529 [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 function expression
template: evaluation
features: [computed-property-names]
---*/
//- ComputedPropertyName
function () {}
//- value
1