B. Tommy Jensen

Results 3 comments of B. Tommy Jensen

Just tested this case in newer Scala versions. It also fails for 2.13.0-M5. In Dotty 0.9.0-RC, it works OK.

Another observation: By introducing a trait, the code works as expected: ```scala trait Outer[T] { trait Group { case class C1(x: T) } object Group extends Group } ```

I see that support for version 1.0 has been merged in, but no binary release is yet available. Any idea of when a next official release will be available?