Skip to content

Commit 4eb132a

Browse files
Make class final
1 parent 1aad5e7 commit 4eb132a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src-bootstrapped/scala/quoted/util/ExprMap.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trait ExprMap {
1010
/** Map subexpressions an expression `e` with a type `tpe` */
1111
def transformChildren[T](e: Expr[T])(given qctx: QuoteContext, tpe: Type[T]): Expr[T] = {
1212
import qctx.tasty.{_, given}
13-
class MapChildren() {
13+
final class MapChildren() {
1414

1515
def transformStatement(tree: Statement)(given ctx: Context): Statement = {
1616
def localCtx(definition: Definition): Context = definition.symbol.localContext

0 commit comments

Comments
 (0)