Skip to content

Commit 2d6bfea

Browse files
committed
Add test for labeled argument as property
1 parent e51b4d2 commit 2d6bfea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/highlight/expressions.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ let {x} = y
7171

7272
let x = y.x
7373
// ^variable.member
74+
75+
f(~a=b)
76+
// ^property

0 commit comments

Comments
 (0)