blob: af19153ff07b90cb6f239e948bc8eb9e4686ea7c [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 condition expression
template: evaluation
features: [computed-property-names]
---*/
//- ComputedPropertyName
true ? 1 : 2
//- value
2