Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/typer/PartialAssignment.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Bovel <[email protected]>
  • Loading branch information
kyouko-taiga and mbovel authored Jun 5, 2024
1 parent 030107c commit 4b3b62d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import core.Symbols.defn
*
* @param lhs The target of the assignment.
* @param perform: A closure that accepts `lhs` and an untyped tree `rhs`, and returns a tree
* representing the assignment of `rhs` ro `lhs`.
* representing the assignment of `rhs` to `lhs`.
*/
private[typer] final class PartialAssignment[+T <: LValue](val lhs: T)(
perform: (T, untpd.Tree) => untpd.Tree
Expand Down

0 comments on commit 4b3b62d

Please sign in to comment.