==== tests/cases/conformance/types/specifyingTypes/typeQueries/typeofTypeParameter.ts (1 errors) ==== function f(x: T): T { var a: typeof x; var y: typeof T; ~ !!! Cannot find name 'T'. return a; }