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.
1 parent 1d868db commit 19d65a2Copy full SHA for 19d65a2
compiler/src/dotty/tools/dotc/staging/PCPCheckAndHeal.scala
@@ -47,7 +47,7 @@ import dotty.tools.dotc.util.Property
47
* }
48
*
49
*/
50
-class PCPCheckAndHeal extends TreeMapWithStages with Checking {
+class PCPCheckAndHeal extends TreeMapWithStages {
51
import tpd._
52
53
private val InAnnotation = Property.Key[Unit]()
@@ -256,7 +256,7 @@ class PCPCheckAndHeal extends TreeMapWithStages with Checking {
256
tag.tpe match
257
258
case tp: TermRef =>
259
- checkStable(tp, pos, "type witness")
+ ctx.typer.checkStable(tp, pos, "type witness")
260
getQuoteTypeTags.getTagRef(tp)
261
case _: SearchFailureType =>
262
report.error(
0 commit comments