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

9 lines
138 B
Plaintext

=== tests/cases/compiler/libdtsFix.ts ===
interface HTMLElement {
>HTMLElement : HTMLElement
type: string;
>type : string
}