Skip to content

Commit 12a201c

Browse files
Added test case.
1 parent 534503a commit 12a201c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
export declare let x: null | { foo: { bar: string | null } | undefined } | undefined;
3+
export declare let y: { foo: { bar: number | undefined } };
4+
5+
x = y;
6+
7+
y = x;

0 commit comments

Comments
 (0)