Skip to content

Commit e0f036c

Browse files
authored
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
1 parent 789145c commit e0f036c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Typer.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
11211121
case fn @ Ident(name: TermName) =>
11221122
// We need to make sure that the prefix of this extension getter is
11231123
// retained when we transform it into a setter. Otherwise, we could
1124-
// end up resoving an unrelated setter from another extension. We
1124+
// end up resolving an unrelated setter from another extension. We
11251125
// transform the `Ident` into a `Select` to ensure that the prefix
11261126
// is retained with a `TypedSplice` (see `case Select` bellow).
11271127
// See tests/pos/i18713.scala for an example.

0 commit comments

Comments
 (0)