TypeScript/tests/cases/fourslash_old/contextualTypingOfGenericCallSignatures1.ts
2014-07-12 17:30:19 -07:00

11 lines
220 B
TypeScript

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