TypeScript/tests/baselines/reference/computedPropertyNames20_ES5.symbols

7 lines
188 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/computedProperties/computedPropertyNames20_ES5.ts ===
var obj = {
>obj : Symbol(obj, Decl(computedPropertyNames20_ES5.ts, 0, 3))
[this.bar]: 0
}