TypeScript/tests/baselines/reference/parserPropertySignature4.types

8 lines
253 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/PropertySignatures/parserPropertySignature4.ts ===
interface I {
2015-04-13 23:01:57 +02:00
>I : I, Symbol(I, Decl(parserPropertySignature4.ts, 0, 0))
2014-08-15 23:33:16 +02:00
D?:any;
2015-04-13 23:01:57 +02:00
>D : any, Symbol(D, Decl(parserPropertySignature4.ts, 0, 13))
2014-08-15 23:33:16 +02:00
}