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

7 lines
102 B
TypeScript

//// [parserPropertySignature7.ts]
interface I {
"G":any;
}
//// [parserPropertySignature7.js]