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

8 lines
138 B
Text

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