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
The problem doesn't appear when I remove quotes or the new Producer or the val adv in line 17 or try to type the step method outside the new Producer🤔. However, it can be minimized further I think.
java.util.NoSuchElementException: key not found: method $anonfun while traversing nestedf
java.util.NoSuchElementException: key not found: method $anonfun while traversing nestedf.apply
java.util.NoSuchElementException: key not found: method $anonfun while traversing nestedf.apply(el)
java.util.NoSuchElementException: key not found: method $anonfun while traversing nestedf.apply(el).asInstanceOf
java.util.NoSuchElementException: key not found: method $anonfun while traversing nestedf.apply(el).asInstanceOf[scala.quoted.Expr]
java.util.NoSuchElementException: key not found: method $anonfun while traversing def$anonfun(el: Object): scala.quoted.Expr=
nestedf.apply(el).asInstanceOf[scala.quoted.Expr]
java.util.NoSuchElementException: key not found: method $anonfun while traversing {
def$anonfun(el: Object): scala.quoted.Expr=
nestedf.apply(el).asInstanceOf[scala.quoted.Expr]
closure($anonfun:Function1)
}
.....
Exception in thread "main" java.util.NoSuchElementException: key not found: method $anonfun
at scala.collection.MapLike.default(MapLike.scala:232)
at scala.collection.MapLike.default$(MapLike.scala:231)
at scala.collection.AbstractMap.default(Map.scala:59)
at scala.collection.MapLike.apply(MapLike.scala:141)
at scala.collection.MapLike.apply$(MapLike.scala:140)
at scala.collection.AbstractMap.apply(Map.scala:59)
at dotty.tools.dotc.transform.LambdaLift$Lifter.narrowLiftedOwner(LambdaLift.scala:99)
at .....
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The problem doesn't appear when I remove quotes or the
new Producer
or theval adv
in line 17 or try to type thestep
method outside thenew Producer
🤔. However, it can be minimized further I think.The text was updated successfully, but these errors were encountered: