TypeScript/tests/baselines/reference/parserPropertySignature2.symbols
2015-04-15 16:44:20 -07:00

7 lines
241 B
Text

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