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 93976e9 commit acf49ebCopy full SHA for acf49eb
compiler/src/dotty/tools/dotc/transform/SymUtils.scala
@@ -172,7 +172,7 @@ object SymUtils:
172
"it is not an abstract class"
173
else {
174
val children = self.children
175
- val companionMirror = self.useCompanionAsSumMirror
+ val companionMirror = self.useCompanionAsSumMirrorr
176
val ownerScope = if pre.isInstanceOf[SingletonType] then pre.classSymbols else Nil
177
def problem(child: Symbol) = {
178
0 commit comments