Skip to content

Commit a923424

Browse files
committed
Accept new baselines
1 parent e5d35af commit a923424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/recursiveConditionalTypes.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ declare let z: Box2<Box2<string>>;
249249
>z : Box2<Box2<string>>
250250

251251
foo(z); // unknown, but ideally would be string (requires unique recursion ID for each type reference)
252-
>foo(z) : unknown
252+
>foo(z) : string
253253
>foo : <T>(x: Box1<Box1<T>>) => T
254254
>z : Box2<Box2<string>>
255255

0 commit comments

Comments
 (0)