TypeScript/tests/cases/fourslash/quickInfoSignatureWithTrailingComma.ts

7 lines
140 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
////declare function f<T>(a: T): T;
/////**/f(2,);
verify.quickInfoAt("", "function f<2>(a: 2): 2");