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 in thread "main" java.lang.IllegalArgumentException:Could not find proxy forlazyvar$_lazy_implicit_$3$lzy1: dotty.run
time.LazyRef in List(val$_lazy_implicit_$3$lzy1, val <local Test$>, module classTest$, module class<empty>, module class<root>), encl =package<empty>, owners=package<empty>, package<root>; enclosures =package<empty>, package<root>
at dotty.tools.dotc.transform.LambdaLift$Lifter.searchIn$1(LambdaLift.scala:374)
at dotty.tools.dotc.transform.LambdaLift$Lifter.proxy(LambdaLift.scala:387)
at dotty.tools.dotc.transform.LambdaLift$Lifter.proxyRef(LambdaLift.scala:405)
at dotty.tools.dotc.transform.LambdaLift$Lifter.$anonfun$addFreeArgs$1(LambdaLift.scala:411)
at scala.collection.immutable.List.map(List.scala:283)
at dotty.tools.dotc.transform.LambdaLift$Lifter.addFreeArgs(LambdaLift.scala:411)
at dotty.tools.dotc.transform.LambdaLift.transformApply(LambdaLift.scala:532)
at dotty.tools.dotc.transform.LambdaLift.transformApply(LambdaLift.scala:486)
The text was updated successfully, but these errors were encountered:
Compiling with -Ycheck leads to a different error:
Exception in thread "main" java.lang.AssertionError: assertion failed: bad owner; lazy value $_lazy_implicit_$3 has owner value <lo
cal Test$>, expected was lazy value $_lazy_implicit_$1
Uh oh!
There was an error while loading. Please reload this page.
This is test case taken scala/scala#6050:
The text was updated successfully, but these errors were encountered: