TypeScript/tests/baselines/reference/parserPropertySignature7.js

7 lines
102 B
TypeScript
Raw Normal View History

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