Skip to content

Commit c40fb20

Browse files
committed
Update build test.
1 parent d22b905 commit c40fb20

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed

jscomp/build_tests/uncurried/src/UncurriedAlways.res renamed to jscomp/build_tests/uncurried-always/src/UncurriedAlways.res

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ let w = 3->foo(4)
1010

1111
let a = 3->foo(. 4)
1212

13-
Js.log(a) // Test automatic uncurried applicatin
13+
Js.log(a) // Test automatic uncurried application
14+
15+
let _ = Js.Array2.map([1], (. x) => x+1)

0 commit comments

Comments
 (0)