File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ class SuperAccessors(thisPhase: DenotTransformer) {
155155 AccessProxies .hostForAccessorOf(sym).is(Trait )
156156 qual match {
157157 case _ : This if needsSuperAccessor =>
158- println(i " trans super $sel in $currentClass" )
159158 /*
160159 * A trait which extends a class and accesses a protected member
161160 * of that class cannot implement the necessary accessor method
@@ -165,7 +164,6 @@ class SuperAccessors(thisPhase: DenotTransformer) {
165164 * by the implementing class. See SI-2296.
166165 */
167166 superAccessorCall(sel)
168- .reporting(res => i " trans super $sel in $currentClass = $res" )
169167 case Super (_, mix) =>
170168 transformSuperSelect(sel)
171169 case _ =>
You can’t perform that action at this time.
0 commit comments