Skip to content

Commit

Permalink
Устранено предупреждение компилятора (#290, #315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed Apr 5, 2021
1 parent 283680d commit 66a9263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/Desugaring.ref
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ NewDollarVar {
e._ (s.Mode e.NextIndex) e._
= <NewDollarVar (e.ScopeVars) s.Mode e.NextIndex>;

e.ScopeVars = (e.ScopeVars (s.Mode e.NextIndex)) e.NextIndex;
e.ScopeVars^ = (e.ScopeVars (s.Mode e.NextIndex)) e.NextIndex;
}
}

Expand Down

0 comments on commit 66a9263

Please sign in to comment.