mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05:00
Added test case.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
export declare let x: null | { foo: { bar: string | null } | undefined } | undefined;
|
||||
export declare let y: { foo: { bar: number | undefined } };
|
||||
|
||||
x = y;
|
||||
|
||||
y = x;
|
||||
Reference in New Issue
Block a user