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.
with Checking
1 parent 41d71e5 commit 91f9a29Copy full SHA for 91f9a29
compiler/src/dotty/tools/dotc/transform/TreeChecker.scala
@@ -206,7 +206,7 @@ object TreeChecker {
206
private[TreeChecker] def isValidJVMMethodName(name: Name): Boolean = name.toString.forall(isValidJVMMethodChar)
207
208
209
- class Checker(phasesToCheck: Seq[Phase]) extends ReTyper with Checking {
+ class Checker(phasesToCheck: Seq[Phase]) extends ReTyper {
210
import ast.tpd.*
211
212
protected val nowDefinedSyms = util.HashSet[Symbol]()
0 commit comments