Skip to content

Commit 606a1cb

Browse files
committed
add more test
1 parent e2c0423 commit 606a1cb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

jscomp/test/Import.js

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/Import.res

+6
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ let f2 = async () => {
5353
module M4 = await (Belt.List: BeltList)
5454
(M3.forEach, M4.forEach)
5555
}
56+
57+
let f3 = async () => {
58+
module M3 = await Belt.List
59+
module M4 = await Belt.List
60+
(M3.forEach, M4.forEach)
61+
}

0 commit comments

Comments
 (0)