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
Stainless doesn't report properly expressions that refer to val's which are defined after. Is this due to the fact that we don't run the full scalac pipeline? On that file, scalac gives the error:
error: forward reference extends over definition of value y
objectValSwap {
deff() = {
valy= x
valx=0
}
}
The text was updated successfully, but these errors were encountered:
Stainless doesn't report properly expressions that refer to
val
's which are defined after. Is this due to the fact that we don't run the full scalac pipeline? On that file, scalac gives the error:The text was updated successfully, but these errors were encountered: