TypeScript/tests/baselines/reference/parserPropertySignature4.js

7 lines
101 B
TypeScript
Raw Normal View History

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