TypeScript/tests/baselines/reference/parserPropertySignature11.js

7 lines
102 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [parserPropertySignature11.ts]
interface I {
2:any;
}
//// [parserPropertySignature11.js]