Skip to content

Commit 77d0544

Browse files
committed
Update reflect API
1 parent fcb1b8e commit 77d0544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotty-scala-library-from-tasty-tests/test/LibraryTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ object TastyInspectorTest:
103103

104104
def loadWithTastyInspector(blacklisted: String => Boolean): Unit =
105105
val inspector = new scala.tasty.inspector.TastyInspector {
106-
def processCompilationUnit(using QuoteContext)(root: qctx.tasty.Tree): Unit =
106+
def processCompilationUnit(using QuoteContext)(root: qctx.reflect.Tree): Unit =
107107
root.showExtractors // Check that we can traverse the full tree
108108
()
109109
}

0 commit comments

Comments
 (0)