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
[ Error ] Test.scala:9:5:Unsupported `val` definition in AntiAliasing
[ Error ] The following variables of mutable types are shared between the binding and the body:
[ Error ] a: Array[Int]
valb= setFirst(a)
^^^^^^^^^^^^^^^^^^^
In Version: 0.9.8.2-24-g54399d0-SNAPSHOT,
this program:
gives a low level error message:
whereas assigning to the other aliased variable:
gives:
Finally,
actually passes, which is sort of nice, but makes things possibly hard to understand.
The text was updated successfully, but these errors were encountered: