Skip to content

Commit 3d189c7

Browse files
committed
Move Reflection into QuoteContext
* Make Reflection the module class of QuoteContext.reflect
1 parent 3c02d0c commit 3d189c7

File tree

5 files changed

+3624
-3627
lines changed

5 files changed

+3624
-3627
lines changed

compiler/src/scala/quoted/internal/impl/QuoteContextImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class QuoteContextImpl private (ctx: Context) extends QuoteContext, QuoteUnpickl
7676
}
7777
end extension
7878

79-
object reflect extends scala.quoted.Reflection:
79+
object reflect extends Reflection:
8080

8181
def rootContext: Context = ctx
8282

0 commit comments

Comments
 (0)