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
Importing a regular function into a script, and then defining a method on an enum within the script that imported the regular function, and then attempting to call that method results in a compiler error
The text was updated successfully, but these errors were encountered:
Bug was due to member methods of structs and enums being added to their own scope in case of recursive calls. This of course only makes sense for non-member func statements.
Importing a regular function into a script, and then defining a method on an enum within the script that imported the regular function, and then attempting to call that method results in a compiler error
The text was updated successfully, but these errors were encountered: