Skip to content

Commit b97ac37

Browse files
committed
Fix duplicated statement
1 parent ee331a6 commit b97ac37

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
@@ -1420,9 +1420,8 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit
14201420
if (ctx.settings.YretainTrees.value) {
14211421
cls.myTree = cdef1
14221422
}
1423-
cdef1
14241423

1425-
cdef1
1424+
cdef1
14261425

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

0 commit comments

Comments
 (0)