We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9066923 commit d843f70Copy full SHA for d843f70
compiler/src/dotty/tools/dotc/cc/SepCheck.scala
@@ -14,6 +14,7 @@ import util.{SimpleIdentitySet, EqHashMap, SrcPos}
14
import tpd.*
15
import reflect.ClassTag
16
17
+
18
/** The separation checker is a tree traverser that is run after capture checking.
19
* It checks tree nodes for various separation conditions, explained in the
20
* methods below. Rough summary:
0 commit comments