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
Currently it is declared as Var[+T], which is not really correct (compare to Java arrays and ArrayStoreException). A fix will need to make sure Delite doesn't break. This may need to go hand in hand with fixing #1 (numeric widening).
The text was updated successfully, but these errors were encountered:
Currently it is declared as
Var[+T]
, which is not really correct (compare to Java arrays and ArrayStoreException). A fix will need to make sure Delite doesn't break. This may need to go hand in hand with fixing #1 (numeric widening).The text was updated successfully, but these errors were encountered: