TypeScript/tests/baselines/reference/parserPropertySignature6.js

7 lines
99 B
TypeScript
Raw Normal View History

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