Skip to content

Commit 97e2b66

Browse files
committed
Do not expose rootContext to the users
1 parent 0321f9a commit 97e2b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/tasty/Reflection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trait Reflection extends reflect.Types { reflectSelf: CompilerInterface =>
1717
//////////////
1818

1919
/** Context of the macro expansion */
20-
def rootContext: Context // TODO: Should this be moved to QuoteContext?
20+
protected def rootContext: Context // TODO: Should this be moved to QuoteContext?
2121
given Context = rootContext // TODO: Should be an implicit converion from QuoteContext to Context
2222

2323

0 commit comments

Comments
 (0)