TypeScript/tests/baselines/reference/parserPropertySignature2.types

7 lines
243 B
Text

=== tests/cases/conformance/parser/ecmascript5/PropertySignatures/parserPropertySignature2.ts ===
interface I {
>I : I, Symbol(I,Decl(parserPropertySignature2.ts,0,0))
B?;
>B : any, Symbol(B,Decl(parserPropertySignature2.ts,0,13))
}