We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869ccd9 commit 6ca6062Copy full SHA for 6ca6062
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -2209,7 +2209,7 @@ class Typer extends Namer
2209
if (!tree.denot.isOverloaded &&
2210
// for overloaded trees: resolve overloading before simplifying
2211
!tree.isInstanceOf[Applications.IntegratedTypeArgs]
2212
- // don't interpolatie in the middle of an extension method application
+ // don't interpolate in the middle of an extension method application
2213
)
2214
if (!tree.tpe.widen.isInstanceOf[MethodOrPoly] // wait with simplifying until method is fully applied
2215
|| tree.isDef) // ... unless tree is a definition
0 commit comments