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

5 lines
76 B
TypeScript

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