Skip to content

Commit

Permalink
update sema test
Browse files Browse the repository at this point in the history
Signed-off-by: shruti2522 <[email protected]>
  • Loading branch information
shruti2522 committed Jun 2, 2024
1 parent 9bdabd5 commit 8ca81ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/LSP/src/semantic_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ mod tests {
(1, 4, 4, 2), // name
(2, 0, 1, 0), // n
(0, 3, 3, 4), // num
(1, 0, 4, 0), // func
(2, 0, 4, 0), // func
(0, 14, 1, 0), // x
(1, 4, 1, 0), // x
];
Expand Down
1 change: 1 addition & 0 deletions kclvm/tools/src/LSP/src/test_data/sema_token.k
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ p5: Persons = Persons {
name: "alice"
}
n: num = 1

func = lambda x{
x
}

0 comments on commit 8ca81ac

Please sign in to comment.