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
Not a big problem, because in general it is considered bad practice; even in certain OO languages (OCaml,Scala) it is disallowed.
It could possibly be fixed by generating extra local variables on the method body, but it is redundant when it is not needed, and makes generation of distributed method calls easier.
The text was updated successfully, but these errors were encountered:
Example code:
Not a big problem, because in general it is considered bad practice; even in certain OO languages (OCaml,Scala) it is disallowed.
It could possibly be fixed by generating extra local variables on the method body, but it is redundant when it is not needed, and makes generation of distributed method calls easier.
The text was updated successfully, but these errors were encountered: