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
forwardFunc();// Muscle-memory made me type "foreach" at first here.forwardFunc();
This isn't:
nativeFunc();
nativeFunc();
I can't really see any reason why declaring the same native identically twice should be an issue. Obviously declaring it differently is bad, but not the same. There are still open issues relating to forwards that are almost the same (can't find the issue/PR, but there was a discussion about forward Func(a); forward Func(b); being an error), so I don't know how that would apply here.
Minimal complete verifiable example (MCVE):
Workspace Information:
Compiler version:
Command line arguments provided (or sampctl version):
Operating System:
The text was updated successfully, but these errors were encountered:
Issue description:
This is valid code:
This isn't:
I can't really see any reason why declaring the same native identically twice should be an issue. Obviously declaring it differently is bad, but not the same. There are still open issues relating to forwards that are almost the same (can't find the issue/PR, but there was a discussion about
forward Func(a); forward Func(b);
being an error), so I don't know how that would apply here.Minimal complete verifiable example (MCVE):
Workspace Information:
The text was updated successfully, but these errors were encountered: