We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bb424 commit dc966c2Copy full SHA for dc966c2
tests/baselines/reference/homomorphicMappedTypeNesting.types
@@ -26,7 +26,7 @@ type Identity<T> = { [K in keyof T]: T[K] };
26
27
declare function fnBad<T extends Array<Box<string>>>(...args: T): Test<Identity<UnboxArray<T>>>;
28
>fnBad : <T extends Box<string>[]>(...args: T) => Test<Identity<UnboxArray<T>>>
29
-> : ^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^
+> : ^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^ ^^^^^
30
>args : T
31
> : ^
32
0 commit comments