NPP058: Parameter type does not fit into passed variable

NPP058: Parameter type does not fit into passed variable

type: bug
priority: blocker

#runtime-error

Description

Receiving parameter is by reference (not BY VALUE) but does not fit into the passed variable.

This happens when a module expects, for example, a parameter with type A10 but you pass a variable with type A8.