File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ export namespace ReferenceKind {
4949 /**
5050 * Statement with l-value usage of the selected variable.
5151 */
52- export const Lvalue = 1 ;
52+ export const Write = 1 ;
5353 /**
5454 * Statement with r-value usage of the selected variable.
5555 */
56- export const Rvalue = 2 ;
56+ export const Read = 2 ;
5757 /**
5858 * Location that constructs a variable of the selected type.
5959 */
Original file line number Diff line number Diff line change @@ -16103,13 +16103,13 @@
1610316103 },
1610416104 "values" : [
1610516105 {
16106- "name" : " Lvalue " ,
16106+ "name" : " Write " ,
1610716107 "value" : 1 ,
1610816108 "documentation" : " Statement with l-value usage of the selected variable." ,
1610916109 "since" : " 3.18"
1611016110 },
1611116111 {
16112- "name" : " Rvalue " ,
16112+ "name" : " Read " ,
1611316113 "value" : 2 ,
1611416114 "documentation" : " Statement with r-value usage of the selected variable." ,
1611516115 "since" : " 3.18"
You can’t perform that action at this time.
0 commit comments