Skip to content

Commit 76a736c

Browse files
committed
add test
1 parent 91e6f7d commit 76a736c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jscomp/test/record_regression.res

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ let setAA = (ao: option<int>) => {aa: @ns.optional ao, bb: None}
103103

104104
type foo = Foo({name: string, age?: int})
105105

106-
let foo = Foo({name: "foo"})
106+
let foo = Foo({name: "foo"})
107+
let foo = Foo({name: "foo", age: 3})

0 commit comments

Comments
 (0)