Skip to content

Commit eee2834

Browse files
committed
Update test
1 parent f999aa4 commit eee2834

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/syntax_tests/data/printer/structure/expected/moduleBinding.res.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ module React = {
33

44
let render = () => Js.log("foo")
55
}
6+
7+
module Make: () => S = (_: Config, ()) => {}
8+
module rec Make: (Config, ()) => S = (Config: Config, ()): S => {}

tests/syntax_tests/data/printer/structure/moduleBinding.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ module React = {
33

44
let render = () => Js.log("foo")
55
}
6+
7+
module Make: () => S = (Config, ()) => {}
8+
module rec Make: (Config, ()) => S = (Config: Config, ()): S => {}

0 commit comments

Comments
 (0)