Skip to content

Commit a3c5f12

Browse files
committed
Fix typo
1 parent f64ce14 commit a3c5f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/SuperAccessors.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class SuperAccessors(thisPhase: DenotTransformer) {
8080
val superAcc = clazz.info.decl(superName)
8181
.suchThat(_.signature == superInfo.signature).symbol
8282
.orElse {
83-
ctx.debugLog(s"add super acc ${sym.showLocated} to $clazz")
83+
ctx.debuglog(s"add super acc ${sym.showLocated} to $clazz")
8484
val maybeDeferred = if (clazz is Trait) Deferred else EmptyFlags
8585
val acc = ctx.newSymbol(
8686
clazz, superName, Artifact | Method | maybeDeferred,

0 commit comments

Comments
 (0)