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