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

5 lines
76 B
TypeScript

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