Skip to content

Commit 251a998

Browse files
mboveltgodzik
authored andcommitted
Remove redundant with Checking
`ReTyper` already extends `Typer` which extends `Checking` [Cherry-picked fcfa6b0]
1 parent a667ac3 commit 251a998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/TreeChecker.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ object TreeChecker {
206206
private[TreeChecker] def isValidJVMMethodName(name: Name): Boolean = name.toString.forall(isValidJVMMethodChar)
207207

208208

209-
class Checker(phasesToCheck: Seq[Phase]) extends ReTyper with Checking {
209+
class Checker(phasesToCheck: Seq[Phase]) extends ReTyper {
210210
import ast.tpd.*
211211

212212
protected val nowDefinedSyms = util.HashSet[Symbol]()

0 commit comments

Comments
 (0)