TypeScript/tests/baselines/reference/parserPropertySignature11.js
2014-07-12 17:30:19 -07:00

7 lines
102 B
TypeScript

//// [parserPropertySignature11.ts]
interface I {
2:any;
}
//// [parserPropertySignature11.js]