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