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