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 894ecee commit 72f3ab6Copy full SHA for 72f3ab6
compiler/src/dotty/tools/dotc/transform/InlineCalls.scala
@@ -8,7 +8,7 @@ import dotty.tools.dotc.core.Types.MethodicType
8
import dotty.tools.dotc.transform.SymUtils._
9
import dotty.tools.dotc.typer.{ConstFold, Inliner}
10
11
-/** β-reduce all calls to inline methods and preform constant folding */
+/** β-reduce all calls to inline methods and perform constant folding */
12
class InlineCalls extends MacroTransform { thisPhase =>
13
import tpd._
14
0 commit comments