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 972f6d5 commit 474c002Copy full SHA for 474c002
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -909,9 +909,9 @@ class Namer { typer: Typer =>
909
// the parent types are elaborated.
910
index(constr)
911
annotate(constr :: params)
912
- symbolOfTree(constr).ensureCompleted()
913
914
indexAndAnnotate(rest)(inClassContext(selfInfo))
+ symbolOfTree(constr).ensureCompleted()
915
916
val parentTypes = ensureFirstIsClass(parents.map(checkedParentType(_)))
917
val parentRefs = ctx.normalizeToClassRefs(parentTypes, cls, decls)
0 commit comments