TypeScript/tests/baselines/reference/parserPropertySignature10.js

7 lines
99 B
TypeScript
Raw Normal View History

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