TypeScript/tests/baselines/reference/parserPropertySignature8.types

7 lines
140 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/PropertySignatures/parserPropertySignature8.ts ===
interface I {
>I : I
2014-08-15 23:33:16 +02:00
"H"?:any;
}