We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9c9a6 commit 9469f95Copy full SHA for 9469f95
tests/cases/fourslash/quickInfoFunctionCheckType.ts
@@ -0,0 +1,6 @@
1
+///<reference path="fourslash.ts" />
2
+
3
+////export type /**/Tail<T extends any[]> = ((...t: T) => void) extends (h: any, ...rest: infer R) => void ? R : never;
4
5
+verify.quickInfoAt("", "type Tail<T extends any[]> = ((...t: T) => void) extends (h: any, ...rest: infer R) => void ? R : never");
6
0 commit comments