Open som-snytt opened 4 years ago
This is still an issue in 2021.
I also observed a similar compilation error.
note that Scala 2.13.12 rejects object Foo extends Foo.Bar.Base { object Bar { class Base } }
with "illegal cyclic reference involving object Foo"
Minimized code
Output
Expectation
Anything besides a
VerifyError
.