Skip to content

Commit da0c249

Browse files
committed
Add a bit of documentation
1 parent 32c8798 commit da0c249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/InlineCalls.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import dotty.tools.dotc.core.Phases.Phase
77
import dotty.tools.dotc.core.Types.MethodicType
88
import dotty.tools.dotc.typer.{ConstFold, Inliner}
99

10-
10+
/** β-reduce all calls to inline methods and preform constant folding */
1111
class InlineCalls extends MacroTransform { thisPhase =>
1212
import tpd._
1313

0 commit comments

Comments
 (0)