Skip to content

Commit 0b8ffaf

Browse files
committed
Address rveiew comment
1 parent 8fd21f7 commit 0b8ffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/unpickleScala2/Scala2Unpickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object Scala2Unpickler {
107107
else selfInfo
108108
val tempInfo = new TempClassInfo(denot.owner.thisType, cls, decls, ost)
109109
denot.info = tempInfo // first rough info to avoid CyclicReferences
110-
var normalizedParents =
110+
val normalizedParents =
111111
defn.adjustForTuple(cls, tparams,
112112
if (parents.isEmpty) defn.ObjectType :: Nil else parents.map(_.dealias))
113113
for (tparam <- tparams) {

0 commit comments

Comments
 (0)