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
Implement CIL for return statements with + without values.
Also, CIL seems to require an explicit ret instruction at the end of methods, so ensure the last instruction in every method is ret, with a null/default value if required
The text was updated successfully, but these errors were encountered:
Implement CIL for return statements with + without values.
Also, CIL seems to require an explicit
ret
instruction at the end of methods, so ensure the last instruction in every method isret
, with a null/default value if requiredThe text was updated successfully, but these errors were encountered: