Test case: tests/cases/compiler/declFileTypeofFunction.ts var **b**: () => typeof **b**; > b : any > b : any We expect both of these to be `() => any`