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.
2 parents d3ca074 + 95bc17a commit a771185Copy full SHA for a771185
sbt-dotty/sbt-test/sbt-dotty/tasty-inspector-example-project/app/Main.scala
@@ -7,7 +7,7 @@ object Main extends App {
7
8
val inspector = new TastyInspector {
9
protected def processCompilationUnit(reflect: Reflection)(root: reflect.Tree): Unit = {
10
- import reflect._
+ import reflect.{given, _}
11
val tastyStr = root.show
12
println(tastyStr)
13
}
0 commit comments