Skip to content

Commit ed21bc5

Browse files
committed
Update test
1 parent f999aa4 commit ed21bc5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
module type S = X
2+
module type Config = {}
3+
module rec Make: (Config, ()) => S = (Config: Config, ()): S => {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
module type S = X
2+
module type Config = {}
3+
module rec Make: (Config, ()) => S = (Config: Config, ()): S => {}

0 commit comments

Comments
 (0)