Closed
Description
Follow-up from #40169.
declare let a: numbers;
declare let b: Numbers;
declare let c: objects;
declare let d: Objects;
declare let e: RegEx;
namespace yadda {
export type Thing = string;
}
let f: yaddas: Thing;
Each of the above examples should presumably get a spelling suggestion and quick fix.