We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f7ebc commit e3d2875Copy full SHA for e3d2875
1 file changed
_specifications/lsp/3.18/language/references.md
@@ -49,11 +49,11 @@ export namespace ReferenceKind {
49
/**
50
* Statement with l-value usage of the selected variable.
51
*/
52
- export const Lvalue = 1;
+ export const Write = 1;
53
54
* Statement with r-value usage of the selected variable.
55
56
- export const Rvalue = 2;
+ export const Read = 2;
57
58
* Location that constructs a variable of the selected type.
59
0 commit comments