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 1aad5e7 commit 4eb132aCopy full SHA for 4eb132a
library/src-bootstrapped/scala/quoted/util/ExprMap.scala
@@ -10,7 +10,7 @@ trait ExprMap {
10
/** Map subexpressions an expression `e` with a type `tpe` */
11
def transformChildren[T](e: Expr[T])(given qctx: QuoteContext, tpe: Type[T]): Expr[T] = {
12
import qctx.tasty.{_, given}
13
- class MapChildren() {
+ final class MapChildren() {
14
15
def transformStatement(tree: Statement)(given ctx: Context): Statement = {
16
def localCtx(definition: Definition): Context = definition.symbol.localContext
0 commit comments