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 0321f9a commit 97e2b66Copy full SHA for 97e2b66
library/src/scala/tasty/Reflection.scala
@@ -17,7 +17,7 @@ trait Reflection extends reflect.Types { reflectSelf: CompilerInterface =>
17
//////////////
18
19
/** Context of the macro expansion */
20
- def rootContext: Context // TODO: Should this be moved to QuoteContext?
+ protected def rootContext: Context // TODO: Should this be moved to QuoteContext?
21
given Context = rootContext // TODO: Should be an implicit converion from QuoteContext to Context
22
23
0 commit comments