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 fcb1b8e commit 77d0544Copy full SHA for 77d0544
dotty-scala-library-from-tasty-tests/test/LibraryTest.scala
@@ -103,7 +103,7 @@ object TastyInspectorTest:
103
104
def loadWithTastyInspector(blacklisted: String => Boolean): Unit =
105
val inspector = new scala.tasty.inspector.TastyInspector {
106
- def processCompilationUnit(using QuoteContext)(root: qctx.tasty.Tree): Unit =
+ def processCompilationUnit(using QuoteContext)(root: qctx.reflect.Tree): Unit =
107
root.showExtractors // Check that we can traverse the full tree
108
()
109
}
0 commit comments