Menu
← Back to all error identifiers
Error Identifiers: parameterByRef.*
There are 4 error identifiers in the parameterByRef.* group:
-
Declared output type of a by-reference parameter is wider than necessary in a nested part.
-
By-reference parameter is typed as bool but only one of true or false is ever assigned.
-
Value assigned to a by-reference parameter does not match its declared type.
-
By-reference parameter has a union type but one member is never assigned.