Skip to content

Commit fa7104a

Browse files
committed
Adjust the ReflectionImpl construction after rebase
1 parent a4b0e41 commit fa7104a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/Splicer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object Splicer {
4949
val pos1 = ex.from match {
5050
case None => pos
5151
case Some(expr) =>
52-
val l: scala.tasty.Reflection = new ReflectionImpl(ctx)
52+
val l: scala.tasty.Reflection = ReflectionImpl(ctx, pos)
5353
import l._
5454
expr.unseal.underlyingArgument.pos.asInstanceOf[SourcePosition]
5555
}

0 commit comments

Comments
 (0)