You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exception while typing Macros.bar(i$1) of class class dotty.tools.dotc.ast.Trees$Apply # 175
exception while typing {
val i$1: Int = x$0.apply(0).asInstanceOf[Int]
Macros.bar(i$1)
} of class class dotty.tools.dotc.ast.Trees$Block # 176
exception while typing def $anonfun$1(x$0: Seq[Any]): quoted.Expr[Int] =
{
val i$1: Int = x$0.apply(0).asInstanceOf[Int]
Macros.bar(i$1)
} of class class dotty.tools.dotc.ast.Trees$DefDef # 180
exception while typing {
def $anonfun$1(x$0: Seq[Any]): quoted.Expr[Int] =
{
val i$1: Int = x$0.apply(0).asInstanceOf[Int]
Macros.bar(i$1)
}
closure($anonfun$1)
}
We should probably add a
.toExpr
to inlined references that are inside of a quote https://github.com/lampepfl/dotty/blob/master/compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala#L549The text was updated successfully, but these errors were encountered: