TypeScript/tests/baselines/reference/libdtsFix.types

9 lines
138 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/libdtsFix.ts ===
interface HTMLElement {
>HTMLElement : HTMLElement
2014-08-15 23:33:16 +02:00
type: string;
>type : string
2014-08-15 23:33:16 +02:00
}