Skip to content

Commit dc966c2

Browse files
committed
Accept new baselines
1 parent 51bb424 commit dc966c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/homomorphicMappedTypeNesting.types

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Identity<T> = { [K in keyof T]: T[K] };
2626

2727
declare function fnBad<T extends Array<Box<string>>>(...args: T): Test<Identity<UnboxArray<T>>>;
2828
>fnBad : <T extends Box<string>[]>(...args: T) => Test<Identity<UnboxArray<T>>>
29-
> : ^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^
29+
> : ^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^ ^^^^^
3030
>args : T
3131
> : ^
3232

0 commit comments

Comments
 (0)