==== tests/cases/compiler/genericCallWithoutArgs.ts (4 errors) ==== function f(x: X, y: Y) { } f. ~ !!! Expression expected. !!! Identifier expected. ~~~~~~ !!! Cannot find name 'number'. ~~~~~~ !!! Cannot find name 'string'.