Skip to content

Commit 9ab55c1

Browse files
committed
change test
1 parent 86b48e3 commit 9ab55c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
var intersection: { x: number, y: number } & { w: string, z: string };
2-
var union: { a: number, c: boolean } | { a: string, b: string };
3-
42

53
var rest1: { y: number, w: string, z: string };
64
var {x, ...rest1 } = intersection;
7-
8-
var rest2: { c: boolean } | { b: string };
9-
var {a, ...rest2 } = union;
10-

0 commit comments

Comments
 (0)