Skip to content

Commit cd15c99

Browse files
Merge pull request #10350 from dotty-staging/move-Reflection-into-QuoteContext
Move Reflection into QuoteContext
2 parents cd613e7 + 3115bfc commit cd15c99

File tree

7 files changed

+3628
-3631
lines changed

7 files changed

+3628
-3631
lines changed

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

+1-1
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)