class DropInlined
extends MiniPhaseTransform

Drop Inlined nodes

Constructors

DropInlined ( )

Members

[+] override def phaseName : String

A name given to the Phase that can be used to debug the compiler. For instance, it is possible to print trees after a given phase using:

A name given to the Phase that can be used to debug the compiler. For instance, it is possible to print trees after a given phase using:

$ ./bin/dotc -Xprint:<phaseNameHere> sourceFile.scala
[+] override def transformInlined ( tree: Inlined ) ( implicit ctx: Context , info: TransformerInfo ) : Tree