Skip to content

Commit

Permalink
Add test for labeled argument as property
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed Mar 25, 2024
1 parent e51b4d2 commit 2d6bfea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/highlight/expressions.res
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ let {x} = y

let x = y.x
// ^variable.member

f(~a=b)
// ^property

0 comments on commit 2d6bfea

Please sign in to comment.