```ts declare var Base: any; class C extends Base { } ``` This comes up in the context of untyped imports, as well as in js files. Referenced in https://github.com/Microsoft/TypeScript/issues/13348 and https://github.com/Microsoft/TypeScript/issues/12971