//// [computedPropertyNamesDeclarationEmit3.ts] interface I { ["" + ""](): void; } //// [computedPropertyNamesDeclarationEmit3.js] //// [computedPropertyNamesDeclarationEmit3.d.ts] interface I { }