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

7 lines
103 B
TypeScript

//// [parserPropertySignature12.ts]
interface I {
3?:any;
}
//// [parserPropertySignature12.js]