File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ class LambdaLift extends MiniPhase with IdentityDenotTransformer { thisTransform
76
76
class LambdaLifter extends TreeTransform {
77
77
override def phase = thisTransform
78
78
79
+ override def treeTransformPhase (implicit ctx : Context , info : TransformerInfo ) =
80
+ groupEndPhase
81
+
79
82
private type SymSet = TreeSet [Symbol ]
80
83
81
84
/** A map storing free variables of functions and classes */
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ class LinkScala2Impls extends MiniPhase with IdentityDenotTransformer { thisTran
48
48
class Transform extends TreeTransform {
49
49
def phase = thisTransform
50
50
51
+ // override def treeTransformPhase(implicit ctx: Context, info: TransformerInfo) =
52
+ // groupEndPhase
53
+
51
54
/** Copy definitions from implementation class to trait itself */
52
55
private def augmentScala_2_12_Trait (mixin : ClassSymbol )(implicit ctx : Context ): Unit = {
53
56
def info_2_12 (sym : Symbol ) = sym.info match {
You can’t perform that action at this time.
0 commit comments