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

7 lines
100 B
TypeScript

//// [parserPropertySignature3.ts]
interface I {
C:any;
}
//// [parserPropertySignature3.js]