/// ////interface I { //// (x: T): void ////} ////function f6(x: (p: T) => void) { } ////// x should not be contextually typed so this should be an error ////f6(/**/x => x()) goTo.marker(); verify.quickInfoIs('(parameter) x: any'); verify.numberOfErrorsInCurrentFile(1);