Skip to content

Commit a771185

Browse files
Merge pull request #8164 from dotty-staging/fix-nightly-tasty-inspector
Fix nightly build for TASTy Inspector
2 parents d3ca074 + 95bc17a commit a771185

File tree

1 file changed

+1
-1
lines changed
  • sbt-dotty/sbt-test/sbt-dotty/tasty-inspector-example-project/app

1 file changed

+1
-1
lines changed

sbt-dotty/sbt-test/sbt-dotty/tasty-inspector-example-project/app/Main.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Main extends App {
77

88
val inspector = new TastyInspector {
99
protected def processCompilationUnit(reflect: Reflection)(root: reflect.Tree): Unit = {
10-
import reflect._
10+
import reflect.{given, _}
1111
val tastyStr = root.show
1212
println(tastyStr)
1313
}

0 commit comments

Comments
 (0)