Skip to content

Commit b51a20a

Browse files
committed
Fix duplicated statement
1 parent 96cde59 commit b51a20a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/src/dotty/tools/dotc/typer/Typer.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,9 +1396,8 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit
13961396
if (ctx.settings.YretainTrees.value) {
13971397
cls.myTree = cdef1
13981398
}
1399-
cdef1
14001399

1401-
cdef1
1400+
cdef1
14021401

14031402
// todo later: check that
14041403
// 1. If class is non-abstract, it is instantiatable:

0 commit comments

Comments
 (0)