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 45e3378 commit a6404dcCopy full SHA for a6404dc
library/src/scala/tasty/Reflection.scala
@@ -12,15 +12,6 @@ import scala.tasty.reflect._
12
*/
13
trait Reflection extends reflect.Types { reflectSelf: CompilerInterface =>
14
15
- //////////////
16
- // CONTEXTS //
17
18
-
19
- /** Context of the macro expansion */
20
- 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
24
///////////////
25
// Source //
26
0 commit comments