TypeScript/tests/baselines/reference/libdtsFix.symbols
2017-11-09 16:01:33 -08:00

8 lines
265 B
Text

=== tests/cases/compiler/libdtsFix.ts ===
interface HTMLElement {
>HTMLElement : Symbol(HTMLElement, Decl(lib.d.ts, --, --), Decl(lib.d.ts, --, --), Decl(libdtsFix.ts, 0, 0))
type: string;
>type : Symbol(HTMLElement.type, Decl(libdtsFix.ts, 0, 23))
}