TypeScript/tests/baselines/reference/computedPropertyNamesSourceMap2_ES5.types

12 lines
235 B
Plaintext
Raw Normal View History

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