TypeScript/tests/cases/compiler/verifyDefaultLib_dom.ts
2016-06-18 12:40:22 -07:00

7 lines
No EOL
178 B
TypeScript

// @strictNullChecks: true
// @noImplicitAny: true
// @noImplicitThis: true
// @skipDefaultLibCheck: false
// @lib: es2015,es2016,es2017,dom,scripthost
var x: HTMLElement;