//// [genericCallWithNonGenericArgs1.ts] function f(x: any) { } f(null) //// [genericCallWithNonGenericArgs1.js] function f(x) { } f(null);