swc/crates/swc_ecma_parser/tests/tsc/computedPropertyNamesDeclarationEmit4_ES5.ts

5 lines
71 B
TypeScript

// @target: es5
// @declaration: true
var v: {
["" + ""](): void;
}