=== tests/cases/compiler/genericCallWithNonGenericArgs1.ts === function f(x: any) { } >f : (x: any) => void, Symbol(f, Decl(genericCallWithNonGenericArgs1.ts, 0, 0)) >T : T, Symbol(T, Decl(genericCallWithNonGenericArgs1.ts, 0, 11)) >x : any, Symbol(x, Decl(genericCallWithNonGenericArgs1.ts, 0, 14)) f(null) >f(null) : void >f : (x: any) => void, Symbol(f, Decl(genericCallWithNonGenericArgs1.ts, 0, 0)) >null : null