Skip to content

Commit 99dd85d

Browse files
oderskyWojciechMazur
authored andcommitted
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
[Cherry-picked e0f036c]
1 parent 7a78bfd commit 99dd85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
11001100
case fn @ Ident(name: TermName) =>
11011101
// We need to make sure that the prefix of this extension getter is
11021102
// retained when we transform it into a setter. Otherwise, we could
1103-
// end up resoving an unrelated setter from another extension. We
1103+
// end up resolving an unrelated setter from another extension. We
11041104
// transform the `Ident` into a `Select` to ensure that the prefix
11051105
// is retained with a `TypedSplice` (see `case Select` bellow).
11061106
// See tests/pos/i18713.scala for an example.

0 commit comments

Comments
 (0)