TypeScript/tests/cases/fourslash/genericFunctionWithGenericParams1.ts

9 lines
176 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////var obj = function f<T>(a: T) {
//// var x/**/x: T;
//// return a;
////};
2016-09-09 18:02:55 +02:00
verify.quickInfoAt("", "(local var) xx: T");