//// [parserIndexMemberDeclaration3.ts] class C { [a: string]: number; public v: number } //// [parserIndexMemberDeclaration3.js] var C = (function () { function C() { } return C; })();