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
In Scala 2.13.0 the example above unexpectely prints null. Making Foo1 a trait or Foo2 something else than an object solves the issue. The example works as expected in Scala 2.12.10.