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

7 lines
101 B
TypeScript

//// [parserPropertySignature4.ts]
interface I {
D?:any;
}
//// [parserPropertySignature4.js]