File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scaladoc/src/dotty/tools/scaladoc/tasty Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ case class ScaladocTastyInspector()(using ctx: DocContext) extends DocTastyInspe
31
31
32
32
def processCompilationUnit (using Quotes )(root : reflect.Tree ): Unit = ()
33
33
34
- override def postProcess (using Quotes ): Unit =
34
+ override def postProcess (using q : Quotes ): Unit =
35
35
// hack into the compiler to get a list of all top-level trees
36
36
// in principle, to do this, one would collect trees in processCompilationUnit
37
37
// however, path-dependent types disallow doing so w/o using casts
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ package tasty
4
4
import scala .quoted ._
5
5
6
6
/** Shorthand for `quotes.reflect` */
7
- transparent inline def reflect (using inline q : Quotes ) = q.reflect
7
+ transparent inline def reflect (using q : Quotes ): q.reflect. type = q.reflect
You can’t perform that action at this time.
0 commit comments