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 24, 2024
1 parent 43635c3 commit 10bdb20
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 10bdb20

Please sign in to comment.