Menu
← Back to all error identifiers
Error Identifiers: pureMethod.*
There are 3 error identifiers in the pureMethod.* group:
-
Pure method has a by-reference parameter, which allows side effects.
-
Method is marked @pure-unless-callable-is-impure for a parameter that is already a pure callable.
-
Pure method returns void, making it useless without side effects.