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 678aaa1 commit 32b8e60Copy full SHA for 32b8e60
compiler/src/dotty/tools/dotc/transform/Bridges.scala
@@ -63,7 +63,7 @@ class Bridges(root: ClassSymbol)(implicit ctx: Context) {
63
(Accessor | ParamAccessor | CaseAccessor | Deferred | Lazy | Module),
64
coord = bridgePos).enteredAfter(ctx.erasurePhase.asInstanceOf[DenotTransformer]).asTerm
65
66
- println(
+ ctx.debuglog(
67
i"""generating bridge from ${other.showLocated}: ${other.info}
68
|to ${member.showLocated}: ${member.info} @ ${member.pos}
69
|bridge: ${bridge.showLocated} with flags: ${bridge.flags}""")
0 commit comments