Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky authored Nov 13, 2023
1 parent 789145c commit e0f036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/typer/Typer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
case fn @ Ident(name: TermName) =>
// We need to make sure that the prefix of this extension getter is
// retained when we transform it into a setter. Otherwise, we could
// end up resoving an unrelated setter from another extension. We
// end up resolving an unrelated setter from another extension. We
// transform the `Ident` into a `Select` to ensure that the prefix
// is retained with a `TypedSplice` (see `case Select` bellow).
// See tests/pos/i18713.scala for an example.
Expand Down

0 comments on commit e0f036c

Please sign in to comment.