File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
res_syntax/tests/parsing/grammar/expressions Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ let () = {
25
25
await delay (20 )
26
26
}
27
27
28
- let forEach = await Js .Import (Belt .List .forEach )
28
+ let forEach = await @ a @ b Js .Import (Belt .List .forEach )
29
29
30
- module M = await Belt .List
30
+ module M = await @ a @ b Belt .List
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ let () =
16
16
let () = ((delay 10)[@res.braces ][@res.await ])
17
17
let () = ((((delay 10)[@res.await ]); ((delay 20)[@res.await ]))
18
18
[@res.braces ])
19
- let forEach = ((Js.Import Belt.List.forEach)[@res.await ])
20
- module M = ((Belt.List)[@res.await ])
19
+ let forEach = ((Js.Import Belt.List.forEach)[@res.await ][@a ][@b ] )
20
+ module M = ((Belt.List)[@res.await ][@a ][@b ] )
You can’t perform that action at this time.
0 commit comments