We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309c632 commit bf62402Copy full SHA for bf62402
compiler/src/dotty/tools/dotc/transform/SuperAccessors.scala
@@ -155,7 +155,6 @@ class SuperAccessors(thisPhase: DenotTransformer) {
155
AccessProxies.hostForAccessorOf(sym).is(Trait)
156
qual match {
157
case _: This if needsSuperAccessor =>
158
- println(i"trans super $sel in $currentClass")
159
/*
160
* A trait which extends a class and accesses a protected member
161
* 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
*/
167
superAccessorCall(sel)
168
- .reporting(res => i"trans super $sel in $currentClass = $res")
169
case Super(_, mix) =>
170
transformSuperSelect(sel)
171
case _ =>
0 commit comments