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 scalac it was erased to Object, I don't know why. In Dotty we need to erase it to Object if we want a different representation for arrays of value classes
The text was updated successfully, but these errors were encountered:
Currently, it's erased to
Array[Foo]
:In
scalac
it was erased to Object, I don't know why. In Dotty we need to erase it to Object if we want a different representation for arrays of value classesThe text was updated successfully, but these errors were encountered: