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
I confirm when I move the object Foo out of the package object foo, and make a separate source file in the package foo for it, I get no assertion and the project compiles and runs fine.
Reproduction steps
I do not have a small repro yet, the issue is reproducible in my complex project.
Problem
When compiling the project, which is using Scala 2.13.8, I get following error:
The call-stack for the assertion seems to be:
For the error to happen I need to use a source similar to (but much more complex):
Once I move
FooA
andFooB
out of the theFoo
companion, everything works fine.Does this ring the bell for anyone? Is it worth spending an effort creating a proper repro?
The text was updated successfully, but these errors were encountered: