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

7 lines
99 B
TypeScript

//// [parserPropertySignature6.ts]
interface I {
"F"?;
}
//// [parserPropertySignature6.js]