Skip to content

Commit acf49eb

Browse files
committed
dummy
1 parent 93976e9 commit acf49eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object SymUtils:
172172
"it is not an abstract class"
173173
else {
174174
val children = self.children
175-
val companionMirror = self.useCompanionAsSumMirror
175+
val companionMirror = self.useCompanionAsSumMirrorr
176176
val ownerScope = if pre.isInstanceOf[SingletonType] then pre.classSymbols else Nil
177177
def problem(child: Symbol) = {
178178

0 commit comments

Comments
 (0)