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
[warn] !!! HK subtype check on [A]collection.this.SeqLike[A,CC[A]] and scala.this.Singleton, but both don't normalize to polytypes:
[warn] tp1=[A]collection.this.SeqLike[A,CC[A]] PolyType
[warn] tp2=scala.this.SingletonClassNoArgsTypeRef
Is this a scalac bug? Is it a feature? Is it a known issue? Any solutions?
The text was updated successfully, but these errors were encountered:
Specializing the quantity would prevent boxing of base numeric types, which unfortunately happens with
AnyVal
.However, specialization doesn't seem to play well with singletons and dependent types.
We get the following bizarre error:
Debug logging on the typer phase gives a lot of:
Is this a scalac bug? Is it a feature? Is it a known issue? Any solutions?
The text was updated successfully, but these errors were encountered: