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

2 lines
31 B
TypeScript

function foo<T>() { }
foo<>();