TypeScript/tests/cases/compiler/genericCallWithoutArgs.ts
2014-07-12 17:30:19 -07:00

4 lines
54 B
TypeScript

function f<X, Y>(x: X, y: Y) {
}
f<number,string>.