Skip to content

Commit f5bb9e9

Browse files
committed
output
1 parent 7a7012b commit f5bb9e9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

22
We've found a bug for you!
3-
/.../fixtures/mix_record_object_spread.res:4:6-14
3+
/.../fixtures/mix_record_object_spread.res:3:18-26
44

5+
1 │ type baseProps = {name: string}
56
2 │
6-
3 │ type props = {
7-
4 │ ...baseProps,
8-
5 │ "label": string,
9-
6 │ }
7+
3 │ type props = {...baseProps, "label": string}
8+
4 │
109

1110
The type baseProps is not an object type

0 commit comments

Comments
 (0)