//// [genericCallWithoutArgs.ts] function f(x: X, y: Y) { } f. //// [genericCallWithoutArgs.js] function f(x, y) { } f();