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

7 lines
96 B
TypeScript

//// [parserPropertySignature1.ts]
interface I {
A;
}
//// [parserPropertySignature1.js]