TypeScript/tests/baselines/reference/parserPropertySignature3.types
2015-04-13 14:29:37 -07:00

8 lines
252 B
Plaintext

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