TypeScript/tests/baselines/reference/computedPropertyNamesSourceMap2_ES5.types

12 lines
298 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/computedProperties/computedPropertyNamesSourceMap2_ES5.ts ===
var v = {
2015-04-13 23:01:57 +02:00
>v : {}, Symbol(v, Decl(computedPropertyNamesSourceMap2_ES5.ts, 0, 3))
>{ ["hello"]() { debugger; }} : {}
["hello"]() {
2015-04-13 21:36:11 +02:00
>"hello" : string
debugger;
}
}