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 fb3b6ca commit bc98ce8Copy full SHA for bc98ce8
compiler/src/dotty/tools/dotc/transform/init/Semantic.scala
@@ -913,7 +913,7 @@ object Semantic {
913
val paramValues = tpl.constr.termParamss.flatten.map(param => param.symbol -> Hot).toMap
914
915
given Promoted = Promoted.empty
916
- given Trace = Trace.empty
+ given Trace = task.trace
917
given Env = Env(paramValues)
918
919
eval(tpl, thisRef, thisRef.klass)
0 commit comments