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 eec8191 commit 908603bCopy full SHA for 908603b
src/dotty/tools/dotc/transform/Constructors.scala
@@ -245,7 +245,7 @@ class Constructors extends MiniPhaseTransform with SymTransformer { thisTransfor
245
246
cpy.Template(tree)(
247
constr = cpy.DefDef(constr)(
248
- rhs = Block(mappedSuperCalls ::: copyParams ::: followConstrStats, unitLiteral)),
+ rhs = Block(copyParams ::: mappedSuperCalls ::: followConstrStats, unitLiteral)),
249
body = clsStats.toList)
250
}
251
0 commit comments