TypeScript/tests/baselines/reference/libdtsFix.symbols

9 lines
205 B
Plaintext
Raw Normal View History

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