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

5 lines
71 B
TypeScript
Raw Normal View History

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