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

7 lines
96 B
JavaScript

//// [parserPropertySignature9.ts]
interface I {
0;
}
//// [parserPropertySignature9.js]