Skip to content

Commit df10095

Browse files
committed
Accept new baselines
1 parent 8eb24db commit df10095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/mappedTypes4.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type T01 = Readonly<A | B | C | null | undefined>;
103103
>null : null
104104

105105
type T02 = Boxified<A | B[] | C | string>
106-
>T02 : string | Boxified<A> | Boxified<C> | Boxified<B[]>
106+
>T02 : string | Boxified<A> | Boxified<C> | Box<B>[]
107107
>Boxified : Boxified<T>
108108
>A : A
109109
>B : B

0 commit comments

Comments
 (0)