We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4285536 commit 5ac4d73Copy full SHA for 5ac4d73
compiler/src/dotty/tools/dotc/cc/Setup.scala
@@ -24,9 +24,6 @@ import CheckCaptures.CheckerAPI
24
/** Operations accessed from CheckCaptures */
25
trait SetupAPI:
26
27
- /** The operation to recheck a ValDef or DefDef */
28
- type DefRecheck = (tpd.ValOrDefDef, Symbol) => Context ?=> Type
29
-
30
/** Setup procedure to run for each compilation unit
31
* @param tree the typed tree of the unit to check
32
* @param checker the capture checker which will run subsequently.
0 commit comments