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) {
155
155
AccessProxies .hostForAccessorOf(sym).is(Trait )
156
156
qual match {
157
157
case _ : This if needsSuperAccessor =>
158
- println(i " trans super $sel in $currentClass" )
159
158
/*
160
159
* A trait which extends a class and accesses a protected member
161
160
* of that class cannot implement the necessary accessor method
@@ -165,7 +164,6 @@ class SuperAccessors(thisPhase: DenotTransformer) {
165
164
* by the implementing class. See SI-2296.
166
165
*/
167
166
superAccessorCall(sel)
168
- .reporting(res => i " trans super $sel in $currentClass = $res" )
169
167
case Super (_, mix) =>
170
168
transformSuperSelect(sel)
171
169
case _ =>
You can’t perform that action at this time.
0 commit comments