Skip to content

Commit d46b54b

Browse files
Actually make the test file use '--strict'.
1 parent f23c180 commit d46b54b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// @strict: true
12

23
export declare let x: null | { foo: { bar: string | null } | undefined } | undefined;
34
export declare let y: { foo: { bar: number | undefined } };
45

56
x = y;
67

7-
y = x;
8+
y = x;

0 commit comments

Comments
 (0)