Skip to content

Commit 736c0bb

Browse files
committed
Fix test
1 parent 7473a29 commit 736c0bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/highlight/functions.res

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@ let fn = (a, (b, c), {d, e}, [f, g]) => a + b + c + d + e + f + g
99
// ^ variable.parameter
1010
// ^ variable.parameter
1111

12-
let uncurry = (. u, .x) => (u, x)
13-
// ^ operator
14-
// ^ operator
15-
1612
let get = async (id) => id
17-
// ^ keyword
13+
// ^ keyword.coroutine

0 commit comments

Comments
 (0)