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

11 lines
223 B
TypeScript

/// <reference path='fourslash.ts'/>
////var f24: {
//// <T, U>(x: T): U
////};
////// x should not be contextually typed
////var f24 = (/**/x) => { return 1 };
verify.quickInfoAt("", "(parameter) x: any");