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
We commented out the test. Currently it fails as we added a check to case Ret: which checks that the evaluation stack does habe the same amount of elements on it as the function has return types.
E.g. function (int, bool) test() {} has two return types (int and bool) and should therefore have two elements on the evaluation stack at the end of the function.
At the end of the function call (ret), evaluation stack should be empty.
The following test has more values. It should be fixed.
The text was updated successfully, but these errors were encountered: