TypeScript/tests/cases/fourslash/genericFunctionWithGenericParams1.ts
2016-09-13 11:49:01 -07:00

9 lines
176 B
TypeScript

/// <reference path='fourslash.ts'/>
////var obj = function f<T>(a: T) {
//// var x/**/x: T;
//// return a;
////};
verify.quickInfoAt("", "(local var) xx: T");