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 a667ac3 commit 251a998Copy full SHA for 251a998
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