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 a4b0e41 commit fa7104aCopy full SHA for fa7104a
compiler/src/dotty/tools/dotc/transform/Splicer.scala
@@ -49,7 +49,7 @@ object Splicer {
49
val pos1 = ex.from match {
50
case None => pos
51
case Some(expr) =>
52
- val l: scala.tasty.Reflection = new ReflectionImpl(ctx)
+ val l: scala.tasty.Reflection = ReflectionImpl(ctx, pos)
53
import l._
54
expr.unseal.underlyingArgument.pos.asInstanceOf[SourcePosition]
55
}
0 commit comments