TypeScript/tests/baselines/reference/parserPropertySignature5.js

7 lines
98 B
JavaScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [parserPropertySignature5.ts]
interface I {
"E";
}
//// [parserPropertySignature5.js]