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 aa9115d commit fcfa6b0Copy full SHA for fcfa6b0
compiler/src/dotty/tools/dotc/transform/TreeChecker.scala
@@ -236,7 +236,7 @@ object TreeChecker {
236
private[TreeChecker] def isValidJVMMethodName(name: Name): Boolean = name.toString.forall(isValidJVMMethodChar)
237
238
239
- class Checker(phasesToCheck: Seq[Phase]) extends ReTyper with Checking {
+ class Checker(phasesToCheck: Seq[Phase]) extends ReTyper {
240
import ast.tpd.*
241
242
protected val nowDefinedSyms = util.HashSet[Symbol]()
0 commit comments