/// ////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()) verify.quickInfoAt("", "(parameter) x: T extends I"); verify.numberOfErrorsInCurrentFile(1);