Skip to content

Commit 8fbc465

Browse files
mediremizth
authored andcommitted
Add missing brackets to migration
1 parent 71d575f commit 8fbc465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Stdlib_Int.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ external shiftRightUnsigned: (int, int) => int = "%lsrint"
474474
module Bitwise = {
475475
@deprecated({
476476
reason: "Use `Int.bitwiseAnd` instead",
477-
migrate: Int.bitwiseAnd
477+
migrate: Int.bitwiseAnd()
478478
})
479479
external land: (int, int) => int = "%andint"
480480
external lor: (int, int) => int = "%orint"

0 commit comments

Comments
 (0)