Skip to content

Commit 27e6f60

Browse files
committed
Add test for unit highlight
1 parent 2d6bfea commit 27e6f60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/highlight/expressions.res

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ let {x} = y
7272
let x = y.x
7373
// ^variable.member
7474

75-
f(~a=b)
75+
f(~a=b, ())
7676
// ^property
77+
// ^constant.builtin

0 commit comments

Comments
 (0)