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

7 lines
99 B
TypeScript

//// [parserPropertySignature10.ts]
interface I {
1?;
}
//// [parserPropertySignature10.js]