TypeScript/tests/cases/fourslash/quickInfoParameter_skipThisParameter.ts

7 lines
175 B
TypeScript

/// <reference path='fourslash.ts'/>
////function f(cb: (x: number) => void) {}
////f(function(this: any, /**/x) {});
verify.quickInfoAt("", "(parameter) x: number");