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

7 lines
98 B
TypeScript

//// [parserPropertySignature5.ts]
interface I {
"E";
}
//// [parserPropertySignature5.js]